#1D8E31

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

Shades of Forest Green #1D8E31

Tints of Forest Green #1D8E31

Color information

#1D8E31 (or 0x1D8E31) is unknown color: approx Forest Green. HEX triplet: 1D, 8E and 31. RGB value is (29,142,49). Sum of RGB (Red+Green+Blue) = 29+142+49=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8E31 is #E271CE. Grayscale: #616161. Windows color (decimal): -14840271 or 3247645. OLE color: 3247645.

HSL color Cylindrical-coordinate representation of color #1D8E31: hue angle of 130.62º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8E31 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB2914249-
CMYK0.8000.650.44
HSL130.62º66.08%33.53%-
HSV(B)130.62º79.58%55.69%-
XYZ10.7319.836.17-
YUV97.61100.5679.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 142 (55.86% from 255) = 64.55%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=13.18%
G=64.55%
B=22.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29142490.8000.650.44130.6266.0833.53
Hex1D8E31500412C834222
Octal352166112001015420310242
Binary1110110001110110001101000001000001101100100000111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D8E31; }

 p { color: rgb(29,142,49); }

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

<style>
 a { background-color: #1D8E31; }

 a { background-color: rgb(29,142,49); }

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

<style>
 span { border-color: #1D8E31; }

 span { border-color: rgb(29,142,49); }

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