#137E1D

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

Shades of Forest Green #137E1D

Tints of Forest Green #137E1D

Color information

#137E1D (or 0x137E1D) is unknown color: approx Forest Green. HEX triplet: 13, 7E and 1D. RGB value is (19,126,29). Sum of RGB (Red+Green+Blue) = 19+126+29=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 126 (49.61% from 255 or 72.41% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 126 - color contains mainly: green. Hex color #137E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E1D is #EC81E2. Grayscale: #535353. Windows color (decimal): -15499747 or 1932819. OLE color: 1932819.

HSL color Cylindrical-coordinate representation of color #137E1D: hue angle of 125.61º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137E1D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1912629-
CMYK0.8500.770.51
HSL125.61º73.79%28.43%-
HSV(B)125.61º84.92%49.41%-
XYZ7.9515.153.67-
YUV82.9597.5582.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 126 (49.61% from 255) = 72.41%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=10.92%
G=72.41%
B=16.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19126290.8500.770.51125.6173.7928.43
Hex137E1D5504D337e4a1c
Octal231763512501156317611234
Binary100111111110111011010101010011011100111111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,29); }

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

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

 a { background-color: rgb(19,126,29); }

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

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

 span { border-color: rgb(19,126,29); }

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