#2BA032

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

Shades of Forest Green #2BA032

Tints of Forest Green #2BA032

Color information

#2BA032 (or 0x2BA032) is unknown color: approx Forest Green. HEX triplet: 2B, A0 and 32. RGB value is (43,160,50). Sum of RGB (Red+Green+Blue) = 43+160+50=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA032 is #D45FCD. Grayscale: #707070. Windows color (decimal): -13918158 or 3317803. OLE color: 3317803.

HSL color Cylindrical-coordinate representation of color #2BA032: hue angle of 123.59º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA032 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB4316050-
CMYK0.7300.690.37
HSL123.59º57.64%39.8%-
HSV(B)123.59º73.12%62.75%-
XYZ14.1425.897.27-
YUV112.4892.7478.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 160 (62.89% from 255) = 63.24%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=17.00%
G=63.24%
B=19.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43160500.7300.690.37123.5957.6439.8
Hex2BA03249045257c3a28
Octal53240621110105451747250
Binary101011101000001100101001001010001011001011111100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,160,50); }

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

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

 a { background-color: rgb(43,160,50); }

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

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

 span { border-color: rgb(43,160,50); }

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