#137F27

Color #137F27 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #137F27

Tints of Forest Green #137F27

Color information

#137F27 (or 0x137F27) is unknown color: approx Forest Green. HEX triplet: 13, 7F and 27. RGB value is (19,127,39). Sum of RGB (Red+Green+Blue) = 19+127+39=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #137F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137F27 is #EC80D8. Grayscale: #545454. Windows color (decimal): -15499481 or 2588435. OLE color: 2588435.

HSL color Cylindrical-coordinate representation of color #137F27: hue angle of 131.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F27 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1912739-
CMYK0.8500.690.50
HSL131.11º73.97%28.63%-
HSV(B)131.11º85.04%49.8%-
XYZ8.2215.464.47-
YUV84.68102.2281.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 127 (50% from 255) = 68.65%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=10.27%
G=68.65%
B=21.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19127390.8500.690.50131.1173.9728.63
Hex137F275504532834a1d
Octal231774712501056220311235
Binary10011111111110011110101010100010111001010000011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137F27; }

 p { color: rgb(19,127,39); }

 H1.HeaderClassName
 {
   color: #137F27;
 }
 .AnyTagClassName
 {
   color: #137F27;
 }
</style>
background-color css

<style>
 a { background-color: #137F27; }

 a { background-color: rgb(19,127,39); }

 div.DivClassName
 {
   background-color: #137F27;
 }
 .BgClassName
 {
   background-color: #137F27;
 }
</style>
border-color css

<style>
 span { border-color: #137F27; }

 span { border-color: rgb(19,127,39); }

 td.TdClassName
 {
   border-color: #137F27;
 }
 .TagClassName
 {
   border-color: #137F27;
 }
</style>