#2ba01a

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

Shades of Forest Green #2BA01A

Tints of Forest Green #2BA01A

Color information

#2BA01A (or 0x2BA01A) is unknown color: approx Forest Green. HEX triplet: 2B, A0 and 1A. RGB value is (43,160,26). Sum of RGB (Red+Green+Blue) = 43+160+26=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA01A is #D45FE5. Grayscale: #6E6E6E. Windows color (decimal): -13918182 or 1744939. OLE color: 1744939.

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

Color convert

RGB4316026-
CMYK0.7300.840.37
HSL112.39º72.04%36.47%-
HSV(B)112.39º83.75%62.75%-
XYZ13.7525.735.22-
YUV109.7480.7480.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 160 (62.89% from 255) = 69.87%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=18.78%
G=69.87%
B=11.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43160260.7300.840.37112.3972.0436.47
Hex2BA01A4905425704824
Octal532403211101244516011044
Binary101011101000001101010010010101010010010111100001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba01a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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