#2BA60B

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

Shades of Forest Green #2BA60B

Tints of Forest Green #2BA60B

Color information

#2BA60B (or 0x2BA60B) is unknown color: approx Forest Green. HEX triplet: 2B, A6 and 0B. RGB value is (43,166,11). Sum of RGB (Red+Green+Blue) = 43+166+11=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 166 (65.23% from 255 or 75.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA60B is #D459F4. Grayscale: #707070. Windows color (decimal): -13916661 or 763435. OLE color: 763435.

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

Color convert

RGB4316611-
CMYK0.7400.930.35
HSL107.61º87.57%34.71%-
HSV(B)107.61º93.37%65.1%-
XYZ14.6927.814.91-
YUV111.5571.2579.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 166 (65.23% from 255) = 75.45%
BLUE value IS 11 (4.69% from 255) = 5%
R=19.55%
G=75.45%
B=5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43166110.7400.930.35107.6187.5734.71
Hex2BA6B4A05D236c5823
Octal532461311201354315413043
Binary10101110100110101110010100101110110001111011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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