#2BAA29

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

Shades of Forest Green #2BAA29

Tints of Forest Green #2BAA29

Color information

#2BAA29 (or 0x2BAA29) is unknown color: approx Forest Green. HEX triplet: 2B, AA and 29. RGB value is (43,170,41). Sum of RGB (Red+Green+Blue) = 43+170+41=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA29 is #D455D6. Grayscale: #757575. Windows color (decimal): -13915607 or 2730539. OLE color: 2730539.

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

Color convert

RGB4317041-
CMYK0.7500.760.33
HSL119.07º61.14%41.37%-
HSV(B)119.07º75.88%66.67%-
XYZ15.7729.426.95-
YUV117.3284.9274.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 170 (66.80% from 255) = 66.93%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=16.93%
G=66.93%
B=16.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43170410.7500.760.33119.0761.1441.37
Hex2BAA294B04C21773d29
Octal53252511130114411677551
Binary101011101010101010011001011010011001000011110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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