#1D942C

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

Shades of Forest Green #1D942C

Tints of Forest Green #1D942C

Color information

#1D942C (or 0x1D942C) is unknown color: approx Forest Green. HEX triplet: 1D, 94 and 2C. RGB value is (29,148,44). Sum of RGB (Red+Green+Blue) = 29+148+44=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #1D942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D942C is #E26BD3. Grayscale: #646464. Windows color (decimal): -14838740 or 2921501. OLE color: 2921501.

HSL color Cylindrical-coordinate representation of color #1D942C: hue angle of 127.56º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D942C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB2914844-
CMYK0.8000.700.42
HSL127.56º67.23%34.71%-
HSV(B)127.56º80.41%58.04%-
XYZ11.5521.625.95-
YUV100.5696.0876.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 148 (58.20% from 255) = 66.97%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=13.12%
G=66.97%
B=19.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29148440.8000.700.42127.5667.2334.71
Hex1D942C500462A804323
Octal352245412001065220010343
Binary1110110010100101100101000001000110101010100000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,148,44); }

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

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

 a { background-color: rgb(29,148,44); }

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

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

 span { border-color: rgb(29,148,44); }

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