#2AAA32

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

Shades of Forest Green #2AAA32

Tints of Forest Green #2AAA32

Color information

#2AAA32 (or 0x2AAA32) is unknown color: approx Forest Green. HEX triplet: 2A, AA and 32. RGB value is (42,170,50). Sum of RGB (Red+Green+Blue) = 42+170+50=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA32 is #D555CD. Grayscale: #767676. Windows color (decimal): -13981134 or 3320362. OLE color: 3320362.

HSL color Cylindrical-coordinate representation of color #2AAA32: hue angle of 123.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA32 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB4217050-
CMYK0.7500.710.33
HSL123.75º60.38%41.57%-
HSV(B)123.75º75.29%66.67%-
XYZ15.9129.477.87-
YUV118.0589.5973.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 170 (66.80% from 255) = 64.89%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=16.03%
G=64.89%
B=19.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42170500.7500.710.33123.7560.3841.57
Hex2AAA324B047217c3c2a
Octal52252621130107411747452
Binary101010101010101100101001011010001111000011111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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