#1D912E

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

Shades of Forest Green #1D912E

Tints of Forest Green #1D912E

Color information

#1D912E (or 0x1D912E) is unknown color: approx Forest Green. HEX triplet: 1D, 91 and 2E. RGB value is (29,145,46). Sum of RGB (Red+Green+Blue) = 29+145+46=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #1D912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D912E is #E26ED1. Grayscale: #636363. Windows color (decimal): -14839506 or 3051805. OLE color: 3051805.

HSL color Cylindrical-coordinate representation of color #1D912E: hue angle of 128.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D912E is Cyan = 0.8, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB2914546-
CMYK0.800.680.43
HSL128.79º66.67%34.12%-
HSV(B)128.79º80%56.86%-
XYZ11.1320.716-
YUV99.0398.0778.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 145 (57.03% from 255) = 65.91%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=13.18%
G=65.91%
B=20.91%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29145460.800.680.43128.7966.6734.12
Hex1D912E500442B814322
Octal352215612001045320110342
Binary1110110010001101110101000001000100101011100000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D912E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,145,46); }

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

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

 a { background-color: rgb(29,145,46); }

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

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

 span { border-color: rgb(29,145,46); }

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