#2A9C32

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

Shades of Forest Green #2A9C32

Tints of Forest Green #2A9C32

Color information

#2A9C32 (or 0x2A9C32) is unknown color: approx Forest Green. HEX triplet: 2A, 9C and 32. RGB value is (42,156,50). Sum of RGB (Red+Green+Blue) = 42+156+50=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C32 is #D563CD. Grayscale: #6E6E6E. Windows color (decimal): -13984718 or 3316778. OLE color: 3316778.

HSL color Cylindrical-coordinate representation of color #2A9C32: hue angle of 124.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C32 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB4215650-
CMYK0.7300.680.39
HSL124.21º57.58%38.82%-
HSV(B)124.21º73.08%61.18%-
XYZ13.4224.57.04-
YUV109.8394.2379.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 156 (61.33% from 255) = 62.90%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=16.94%
G=62.90%
B=20.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156500.7300.680.39124.2157.5838.82
Hex2A9C3249044277c3a27
Octal52234621110104471747247
Binary101010100111001100101001001010001001001111111100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,50); }

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

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

 a { background-color: rgb(42,156,50); }

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

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

 span { border-color: rgb(42,156,50); }

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