#2BA829

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

Shades of Forest Green #2BA829

Tints of Forest Green #2BA829

Color information

#2BA829 (or 0x2BA829) is unknown color: approx Forest Green. HEX triplet: 2B, A8 and 29. RGB value is (43,168,41). Sum of RGB (Red+Green+Blue) = 43+168+41=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 168 (66.02% from 255 or 66.67% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA829 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA829 is #D457D6. Grayscale: #747474. Windows color (decimal): -13916119 or 2730027. OLE color: 2730027.

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

Color convert

RGB4316841-
CMYK0.7400.760.34
HSL119.06º60.77%40.98%-
HSV(B)119.06º75.6%65.88%-
XYZ15.428.686.82-
YUV116.1585.5975.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 168 (66.02% from 255) = 66.67%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=17.06%
G=66.67%
B=16.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43168410.7400.760.34119.0660.7740.98
Hex2BA8294A04C22773d29
Octal53250511120114421677551
Binary101011101010001010011001010010011001000101110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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