#2A9321

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

Shades of Forest Green #2A9321

Tints of Forest Green #2A9321

Color information

#2A9321 (or 0x2A9321) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 21. RGB value is (42,147,33). Sum of RGB (Red+Green+Blue) = 42+147+33=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9321 is #D56CDE. Grayscale: #666666. Windows color (decimal): -13987039 or 2200362. OLE color: 2200362.

HSL color Cylindrical-coordinate representation of color #2A9321: hue angle of 115.26º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A9321 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB4214733-
CMYK0.7100.780.42
HSL115.26º63.33%35.29%-
HSV(B)115.26º77.55%57.65%-
XYZ11.6621.474.97-
YUV102.6188.7184.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=18.92%
G=66.22%
B=14.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147330.7100.780.42115.2663.3335.29
Hex2A93214704E2A733f23
Octal52223411070116521637743
Binary101010100100111000011000111010011101010101110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,33); }

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

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

 a { background-color: rgb(42,147,33); }

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

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

 span { border-color: rgb(42,147,33); }

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