#1D9522

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

Shades of Forest Green #1D9522

Tints of Forest Green #1D9522

Color information

#1D9522 (or 0x1D9522) is unknown color: approx Forest Green. HEX triplet: 1D, 95 and 22. RGB value is (29,149,34). Sum of RGB (Red+Green+Blue) = 29+149+34=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9522 is #E26ADD. Grayscale: #646464. Windows color (decimal): -14838494 or 2266397. OLE color: 2266397.

HSL color Cylindrical-coordinate representation of color #1D9522: hue angle of 122.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9522 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB2914934-
CMYK0.8100.770.42
HSL122.5º67.42%34.9%-
HSV(B)122.5º80.54%58.43%-
XYZ11.5421.875.13-
YUV100.0190.7477.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 149 (58.59% from 255) = 70.28%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=13.68%
G=70.28%
B=16.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29149340.8100.770.42122.567.4234.9
Hex1D95225104D2A7a4323
Octal352254212101155217210343
Binary111011001010110001010100010100110110101011110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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