#1DAE24

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

Shades of Forest Green #1DAE24

Tints of Forest Green #1DAE24

Color information

#1DAE24 (or 0x1DAE24) is unknown color: approx Forest Green. HEX triplet: 1D, AE and 24. RGB value is (29,174,36). Sum of RGB (Red+Green+Blue) = 29+174+36=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 174 (68.36% from 255 or 72.80% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE24 is #E251DB. Grayscale: #737373. Windows color (decimal): -14832092 or 2403869. OLE color: 2403869.

HSL color Cylindrical-coordinate representation of color #1DAE24: hue angle of 122.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE24 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB2917436-
CMYK0.8300.790.32
HSL122.9º71.43%39.8%-
HSV(B)122.9º83.33%68.24%-
XYZ15.9630.666.75-
YUV114.9183.4666.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 174 (68.36% from 255) = 72.80%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=12.13%
G=72.80%
B=15.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29174360.8300.790.32122.971.4339.8
Hex1DAE245304F207b4728
Octal352564412301174017310750
Binary111011010111010010010100110100111110000011110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,174,36); }

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

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

 a { background-color: rgb(29,174,36); }

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

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

 span { border-color: rgb(29,174,36); }

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