#1D9022

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

Shades of Forest Green #1D9022

Tints of Forest Green #1D9022

Color information

#1D9022 (or 0x1D9022) is unknown color: approx Forest Green. HEX triplet: 1D, 90 and 22. RGB value is (29,144,34). Sum of RGB (Red+Green+Blue) = 29+144+34=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 144 (56.64% from 255 or 69.57% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9022 is #E26FDD. Grayscale: #616161. Windows color (decimal): -14839774 or 2265117. OLE color: 2265117.

HSL color Cylindrical-coordinate representation of color #1D9022: hue angle of 122.61º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9022 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB2914434-
CMYK0.8000.760.44
HSL122.61º66.47%33.92%-
HSV(B)122.61º79.86%56.47%-
XYZ10.7720.324.87-
YUV97.0792.479.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 144 (56.64% from 255) = 69.57%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=14.01%
G=69.57%
B=16.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29144340.8000.760.44122.6166.4733.92
Hex1D90225004C2C7b4222
Octal352204212001145417310242
Binary111011001000010001010100000100110010110011110111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,34); }

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

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

 a { background-color: rgb(29,144,34); }

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

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

 span { border-color: rgb(29,144,34); }

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