COLOR #274900

HEX: #274900
RGB: (39,73,0)

Color info

#274900 contains only red and green colors. Web safe color of #274900 is #333300 (or #330).

RGB color model

#274900 color RGB value is (39,73,0).

  • red value is 39;
  • green value is 73;
  • blue value is 0.
RGB:
(39,73,0)
(15%,29%,0%)

RGB channels and saturation

R 39 of 255 = 15%
G 73 of 255 = 29%
B 0 of 255 = 0%

39
73
0

R + G + B ~ 15%. #274900 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 73 + 0 = 112 (100%)
R 39 of 112 ~ 34.82%
G 73 of 112 ~ 65.18%
B 0 of 112 ~ 0%

%34.82
%65.18

CMYK color model

#274900 color CMYK value is (47,0,100,71).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(47,0,100,71)
C47M0Y100K71 
(47%,0%,100%,71%)
(0.47/0.00/1.00/0.71)	

CMYK percentages

%46.58
%0
%100
%71.37

Codes

Color #274900 in popluar color models

274900
RGB39730
HSL88°100.00%14.31%
HSB/HSV88°100.00%28.63%
CMYK46.58%0.00%100.00%
71.37%

Color #274900 in popluar number systems.

HEX274900
Decimal39730
Binary10011110010010
Octal471110

Shades and tints

Shades of #274900

#274900
(39,73,0)
#244300
(36,67,0)
#213D00
(33,61,0)
#1E3700
(30,55,0)
#1B3100
(27,49,0)
#182B00
(24,43,0)
#152500
(21,37,0)
#121F00
(18,31,0)
#0F1900
(15,25,0)
#0C1300
(12,19,0)
#090D00
(9,13,0)
#000000
(0,0,0)

Tints of #274900

#274900
(39,73,0)
#3A5917
(58,89,23)
#4D692E
(77,105,46)
#607945
(96,121,69)
#73895C
(115,137,92)
#869973
(134,153,115)
#99A98A
(153,169,138)
#ACB9A1
(172,185,161)
#BFC9B8
(191,201,184)
#D2D9CF
(210,217,207)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274900 color. Also use rgb(39,73,0) instead hex code.

Text Font Color

.myTextColor { color: #274900; }

<p style="color:#274900">This sample text font color is #274900.</p>

This text font color is #274900.


Background Color

.myBgColor { background-color: #274900; }

<div style="background-color:#274900">Inner text</div>

This div background color is #274900.


Border color

.myBorderColor { border: 1px solid #274900; }

<div style="border:3px solid #274900">Div</div>

This div border color is #274900.


Opacity

.myOpacity80 { color: #274900; opacity: 0.8; }

<p style="color:#274900;opacity:0.8;">80%</p>

Text with #274900 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #274900;}

<p style="text-shadow: 3px 3px 1px #274900">Text here.</p>

This text has shadow with #274900 color.

.textShadow {text-shadow: 3px 3px 1px #274900, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #274900, 5px 5px 20px red">Text here.</p>

This text has shadow with #274900 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#274900, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#274900, Direction=45, Strength=4)">Text</p>

This text has shadow with #274900 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #274900;
  -webkit-box-shadow:	1px 1px 3px 2px #274900;
  box-shadow:		1px 1px 3px 2px #274900;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #274900;
-webkit-box-shadow: 1px 1px 3px 2px #274900;
box-shadow:1px 1px 3px 2px #274900;">
Div content here</div>
This div box has shadow with color #274900.

Preview

Color preview on black background

This text has color #274900 on black background.


Color preview on white background

This text has color #274900 on white background.



Black color preview on #274900 background

This text has black color on #274900 background.


White color preview on #274900 background

This text has white color on #274900 background.