#2AA30B

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

Shades of Forest Green #2AA30B

Tints of Forest Green #2AA30B

Color information

#2AA30B (or 0x2AA30B) is unknown color: approx Forest Green. HEX triplet: 2A, A3 and 0B. RGB value is (42,163,11). Sum of RGB (Red+Green+Blue) = 42+163+11=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 163 (64.06% from 255 or 75.46% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA30B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA30B is #D55CF4. Grayscale: #6D6D6D. Windows color (decimal): -13982965 or 762666. OLE color: 762666.

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

Color convert

RGB4216311-
CMYK0.7400.930.36
HSL107.76º87.36%34.12%-
HSV(B)107.76º93.25%63.92%-
XYZ14.1126.714.73-
YUV109.4972.4179.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 163 (64.06% from 255) = 75.46%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=19.44%
G=75.46%
B=5.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163110.7400.930.36107.7687.3634.12
Hex2AA3B4A05D246c5722
Octal522431311201354415412742
Binary10101010100011101110010100101110110010011011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,11); }

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

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

 a { background-color: rgb(42,163,11); }

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

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

 span { border-color: rgb(42,163,11); }

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