#1D7C29

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

Shades of Forest Green #1D7C29

Tints of Forest Green #1D7C29

Color information

#1D7C29 (or 0x1D7C29) is unknown color: approx Forest Green. HEX triplet: 1D, 7C and 29. RGB value is (29,124,41). Sum of RGB (Red+Green+Blue) = 29+124+41=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7C29 is #E283D6. Grayscale: #565656. Windows color (decimal): -14844887 or 2718749. OLE color: 2718749.

HSL color Cylindrical-coordinate representation of color #1D7C29: hue angle of 127.58º 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 #1D7C29 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB2912441-
CMYK0.7700.670.51
HSL127.58º62.09%30%-
HSV(B)127.58º76.61%48.63%-
XYZ8.1114.844.53-
YUV86.13102.5387.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.95%
GREEN value IS 124 (48.83% from 255) = 63.92%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=14.95%
G=63.92%
B=21.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29124410.7700.670.51127.5862.0930
Hex1D7C294D04333803e1e
Octal35174511150103632007636
Binary1110111111001010011001101010000111100111000000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,124,41); }

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

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

 a { background-color: rgb(29,124,41); }

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

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

 span { border-color: rgb(29,124,41); }

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