#2BAA11

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

Shades of Forest Green #2BAA11

Tints of Forest Green #2BAA11

Color information

#2BAA11 (or 0x2BAA11) is unknown color: approx Forest Green. HEX triplet: 2B, AA and 11. RGB value is (43,170,17). Sum of RGB (Red+Green+Blue) = 43+170+17=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA11 is #D455EE. Grayscale: #737373. Windows color (decimal): -13915631 or 1157675. OLE color: 1157675.

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

Color convert

RGB4317017-
CMYK0.7500.90.33
HSL109.8º81.82%36.67%-
HSV(B)109.8º90%66.67%-
XYZ15.4729.35.37-
YUV114.5872.9276.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 170 (66.80% from 255) = 73.91%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=18.70%
G=73.91%
B=7.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43170170.7500.90.33109.881.8236.67
Hex2BAA114B05A216e5225
Octal532522111301324115612245
Binary101011101010101000110010110101101010000111011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,170,17); }

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

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

 a { background-color: rgb(43,170,17); }

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

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

 span { border-color: rgb(43,170,17); }

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