#1D802C

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

Shades of Forest Green #1D802C

Tints of Forest Green #1D802C

Color information

#1D802C (or 0x1D802C) is unknown color: approx Forest Green. HEX triplet: 1D, 80 and 2C. RGB value is (29,128,44). Sum of RGB (Red+Green+Blue) = 29+128+44=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #1D802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D802C is #E27FD3. Grayscale: #595959. Windows color (decimal): -14843860 or 2916381. OLE color: 2916381.

HSL color Cylindrical-coordinate representation of color #1D802C: hue angle of 129.09º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D802C is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB2912844-
CMYK0.7700.660.50
HSL129.09º63.06%30.78%-
HSV(B)129.09º77.34%50.2%-
XYZ8.6815.884.99-
YUV88.82102.785.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 128 (50.39% from 255) = 63.68%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=14.43%
G=63.68%
B=21.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29128440.7700.660.50129.0963.0630.78
Hex1D802C4D04232813f1f
Octal35200541150102622017737
Binary11101100000001011001001101010000101100101000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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