#2BA60F

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

Shades of Forest Green #2BA60F

Tints of Forest Green #2BA60F

Color information

#2BA60F (or 0x2BA60F) is unknown color: approx Forest Green. HEX triplet: 2B, A6 and 0F. RGB value is (43,166,15). Sum of RGB (Red+Green+Blue) = 43+166+15=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA60F is #D459F0. Grayscale: #707070. Windows color (decimal): -13916657 or 1025579. OLE color: 1025579.

HSL color Cylindrical-coordinate representation of color #2BA60F: hue angle of 108.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BA60F is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB4316615-
CMYK0.7400.910.35
HSL108.87º83.43%35.49%-
HSV(B)108.87º90.96%65.1%-
XYZ14.7227.825.05-
YUV112.0173.2578.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 166 (65.23% from 255) = 74.11%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=19.20%
G=74.11%
B=6.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43166150.7400.910.35108.8783.4335.49
Hex2BA6F4A05B236d5323
Octal532461711201334315512343
Binary10101110100110111110010100101101110001111011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,15); }

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

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

 a { background-color: rgb(43,166,15); }

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

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

 span { border-color: rgb(43,166,15); }

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