#1D7D2C

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

Shades of Forest Green #1D7D2C

Tints of Forest Green #1D7D2C

Color information

#1D7D2C (or 0x1D7D2C) is unknown color: approx Forest Green. HEX triplet: 1D, 7D and 2C. RGB value is (29,125,44). Sum of RGB (Red+Green+Blue) = 29+125+44=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D2C is #E282D3. Grayscale: #575757. Windows color (decimal): -14844628 or 2915613. OLE color: 2915613.

HSL color Cylindrical-coordinate representation of color #1D7D2C: hue angle of 129.38º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D2C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB2912544-
CMYK0.7700.650.51
HSL129.38º62.34%30.2%-
HSV(B)129.38º76.8%49.02%-
XYZ8.2915.114.86-
YUV87.06103.786.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=14.65%
G=63.13%
B=22.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29125440.7700.650.51129.3862.3430.2
Hex1D7D2C4D04133813e1e
Octal35175541150101632017636
Binary1110111111011011001001101010000011100111000000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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