#2b9311

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

Shades of Forest Green #2B9311

Tints of Forest Green #2B9311

Color information

#2B9311 (or 0x2B9311) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 11. RGB value is (43,147,17). Sum of RGB (Red+Green+Blue) = 43+147+17=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9311 is #D46CEE. Grayscale: #656565. Windows color (decimal): -13921519 or 1151787. OLE color: 1151787.

HSL color Cylindrical-coordinate representation of color #2B9311: hue angle of 108º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B9311 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB4314717-
CMYK0.7100.880.42
HSL108º79.27%32.16%-
HSV(B)108º88.44%57.65%-
XYZ11.5321.424.06-
YUV101.0880.5486.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 147 (57.81% from 255) = 71.01%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=20.77%
G=71.01%
B=8.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147170.7100.880.4210879.2732.16
Hex2B9311470582A6c4f20
Octal532232110701305215411740
Binary101011100100111000110001110101100010101011011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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