#2B9811

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

Shades of Forest Green #2B9811

Tints of Forest Green #2B9811

Color information

#2B9811 (or 0x2B9811) is unknown color: approx Forest Green. HEX triplet: 2B, 98 and 11. RGB value is (43,152,17). Sum of RGB (Red+Green+Blue) = 43+152+17=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9811 is #D467EE. Grayscale: #686868. Windows color (decimal): -13920239 or 1153067. OLE color: 1153067.

HSL color Cylindrical-coordinate representation of color #2B9811: hue angle of 108.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B9811 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB4315217-
CMYK0.7200.890.40
HSL108.44º79.88%33.14%-
HSV(B)108.44º88.82%59.61%-
XYZ12.3323.014.32-
YUV104.0278.8984.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.28%
GREEN value IS 152 (59.77% from 255) = 71.70%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=20.28%
G=71.70%
B=8.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152170.7200.890.40108.4479.8833.14
Hex2B981148059286c5021
Octal532302111001315015412041
Binary101011100110001000110010000101100110100011011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,17); }

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

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

 a { background-color: rgb(43,152,17); }

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

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

 span { border-color: rgb(43,152,17); }

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