#2AA238

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

Shades of Forest Green #2AA238

Tints of Forest Green #2AA238

Color information

#2AA238 (or 0x2AA238) is unknown color: approx Forest Green. HEX triplet: 2A, A2 and 38. RGB value is (42,162,56). Sum of RGB (Red+Green+Blue) = 42+162+56=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 162 (63.67% from 255 or 62.31% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA238 is #D55DC7. Grayscale: #727272. Windows color (decimal): -13983176 or 3711530. OLE color: 3711530.

HSL color Cylindrical-coordinate representation of color #2AA238: hue angle of 127º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA238 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB4216256-
CMYK0.7400.650.36
HSL127º58.82%40%-
HSV(B)127º74.07%63.53%-
XYZ14.5926.628.11-
YUV114.0495.2476.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 162 (63.67% from 255) = 62.31%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=16.15%
G=62.31%
B=21.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162560.7400.650.3612758.8240
Hex2AA2384A041247f3b28
Octal52242701120101441777350
Binary101010101000101110001001010010000011001001111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,56); }

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

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

 a { background-color: rgb(42,162,56); }

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

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

 span { border-color: rgb(42,162,56); }

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