#1D9329

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

Shades of Forest Green #1D9329

Tints of Forest Green #1D9329

Color information

#1D9329 (or 0x1D9329) is unknown color: approx Forest Green. HEX triplet: 1D, 93 and 29. RGB value is (29,147,41). Sum of RGB (Red+Green+Blue) = 29+147+41=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9329 is #E26CD6. Grayscale: #636363. Windows color (decimal): -14838999 or 2724637. OLE color: 2724637.

HSL color Cylindrical-coordinate representation of color #1D9329: hue angle of 126.1º 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 #1D9329 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB2914741-
CMYK0.8000.720.42
HSL126.1º67.05%34.51%-
HSV(B)126.1º80.27%57.65%-
XYZ11.3421.295.61-
YUV99.6394.9177.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=13.36%
G=67.74%
B=18.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29147410.8000.720.42126.167.0534.51
Hex1D9329500482A7e4323
Octal352235112001105217610343
Binary111011001001110100110100000100100010101011111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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