#2BA215

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

Shades of Forest Green #2BA215

Tints of Forest Green #2BA215

Color information

#2BA215 (or 0x2BA215) is unknown color: approx Forest Green. HEX triplet: 2B, A2 and 15. RGB value is (43,162,21). Sum of RGB (Red+Green+Blue) = 43+162+21=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA215 is #D45DEA. Grayscale: #6E6E6E. Windows color (decimal): -13917675 or 1417771. OLE color: 1417771.

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

Color convert

RGB4316221-
CMYK0.7300.870.36
HSL110.64º77.05%35.88%-
HSV(B)110.64º87.04%63.53%-
XYZ14.0526.415.07-
YUV110.3477.5879.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 162 (63.67% from 255) = 71.68%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=19.03%
G=71.68%
B=9.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43162210.7300.870.36110.6477.0535.88
Hex2BA21549057246f4d24
Octal532422511101274415711544
Binary101011101000101010110010010101011110010011011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,21); }

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

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

 a { background-color: rgb(43,162,21); }

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

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

 span { border-color: rgb(43,162,21); }

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