#1D9A2A

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

Shades of Forest Green #1D9A2A

Tints of Forest Green #1D9A2A

Color information

#1D9A2A (or 0x1D9A2A) is unknown color: approx Forest Green. HEX triplet: 1D, 9A and 2A. RGB value is (29,154,42). Sum of RGB (Red+Green+Blue) = 29+154+42=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 154 (60.55% from 255 or 68.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9A2A is #E265D5. Grayscale: #686868. Windows color (decimal): -14837206 or 2791965. OLE color: 2791965.

HSL color Cylindrical-coordinate representation of color #1D9A2A: hue angle of 126.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A2A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB2915442-
CMYK0.8100.730.40
HSL126.24º68.31%35.88%-
HSV(B)126.24º81.17%60.39%-
XYZ12.4823.546.08-
YUV103.8693.0974.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 154 (60.55% from 255) = 68.44%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=12.89%
G=68.44%
B=18.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29154420.8100.730.40126.2468.3135.88
Hex1D9A2A51049287e4424
Octal352325212101115017610444
Binary111011001101010101010100010100100110100011111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,154,42); }

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

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

 a { background-color: rgb(29,154,42); }

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

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

 span { border-color: rgb(29,154,42); }

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