#2A9D24

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

Shades of Forest Green #2A9D24

Tints of Forest Green #2A9D24

Color information

#2A9D24 (or 0x2A9D24) is unknown color: approx Forest Green. HEX triplet: 2A, 9D and 24. RGB value is (42,157,36). Sum of RGB (Red+Green+Blue) = 42+157+36=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 157 (61.72% from 255 or 66.81% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9D24 is #D562DB. Grayscale: #6D6D6D. Windows color (decimal): -13984476 or 2399530. OLE color: 2399530.

HSL color Cylindrical-coordinate representation of color #2A9D24: hue angle of 117.02º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A9D24 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB4215736-
CMYK0.7300.770.38
HSL117.02º62.69%37.84%-
HSV(B)117.02º77.07%61.57%-
XYZ13.3324.735.74-
YUV108.8286.980.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 157 (61.72% from 255) = 66.81%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=17.87%
G=66.81%
B=15.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42157360.7300.770.38117.0262.6937.84
Hex2A9D244904D26753f26
Octal52235441110115461657746
Binary101010100111011001001001001010011011001101110101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9D24; }

 p { color: rgb(42,157,36); }

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

<style>
 a { background-color: #2A9D24; }

 a { background-color: rgb(42,157,36); }

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

<style>
 span { border-color: #2A9D24; }

 span { border-color: rgb(42,157,36); }

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