COLOR #277200

HEX: #277200
RGB: (39,114,0)

Color info

#277200 contains mainly green color. Web safe color of #277200 is #336600 (or #360).

RGB color model

#277200 color RGB value is (39,114,0).

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

RGB channels and saturation

R 39 of 255 = 15%
G 114 of 255 = 45%
B 0 of 255 = 0%

39
114
0

R + G + B ~ 20%. #277200 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 114 + 0 = 153 (100%)
R 39 of 153 ~ 25.49%
G 114 of 153 ~ 74.51%
B 0 of 153 ~ 0%

%25.49
%74.51

CMYK color model

#277200 color CMYK value is (66,0,100,55).

  • cyan value is 65.79%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(66,0,100,55)
C66M0Y100K55 
(66%,0%,100%,55%)
(0.66/0.00/1.00/0.55)	

CMYK percentages

%65.79
%0
%100
%55.29

Codes

Color #277200 in popluar color models

277200
RGB391140
HSL99°100.00%22.35%
HSB/HSV99°100.00%44.71%
CMYK65.79%0.00%100.00%
55.29%

Color #277200 in popluar number systems.

HEX277200
Decimal391140
Binary10011111100100
Octal471620

Shades and tints

Shades of #277200

#277200
(39,114,0)
#246800
(36,104,0)
#215E00
(33,94,0)
#1E5400
(30,84,0)
#1B4A00
(27,74,0)
#184000
(24,64,0)
#153600
(21,54,0)
#122C00
(18,44,0)
#0F2200
(15,34,0)
#0C1800
(12,24,0)
#090E00
(9,14,0)
#000000
(0,0,0)

Tints of #277200

#277200
(39,114,0)
#3A7E17
(58,126,23)
#4D8A2E
(77,138,46)
#609645
(96,150,69)
#73A25C
(115,162,92)
#86AE73
(134,174,115)
#99BA8A
(153,186,138)
#ACC6A1
(172,198,161)
#BFD2B8
(191,210,184)
#D2DECF
(210,222,207)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #277200; }

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

This text font color is #277200.


Background Color

.myBgColor { background-color: #277200; }

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

This div background color is #277200.


Border color

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

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

This div border color is #277200.


Opacity

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

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

Text with #277200 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 #277200;}

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

This text has shadow with #277200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277200 on black background.


Color preview on white background

This text has color #277200 on white background.



Black color preview on #277200 background

This text has black color on #277200 background.


White color preview on #277200 background

This text has white color on #277200 background.