#2B8211

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

Shades of Forest Green #2B8211

Tints of Forest Green #2B8211

Color information

#2B8211 (or 0x2B8211) is unknown color: approx Forest Green. HEX triplet: 2B, 82 and 11. RGB value is (43,130,17). Sum of RGB (Red+Green+Blue) = 43+130+17=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 130 (51.17% from 255 or 68.42% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8211 is #D47DEE. Grayscale: #5B5B5B. Windows color (decimal): -13925871 or 1147435. OLE color: 1147435.

HSL color Cylindrical-coordinate representation of color #2B8211: hue angle of 106.19º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B8211 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB4313017-
CMYK0.6700.870.49
HSL106.19º76.87%28.82%-
HSV(B)106.19º86.92%50.98%-
XYZ9.0816.523.24-
YUV91.186.1893.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 130 (51.17% from 255) = 68.42%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=22.63%
G=68.42%
B=8.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130170.6700.870.49106.1976.8728.82
Hex2B821143057316a4d1d
Octal532022110301276115211535
Binary10101110000010100011000011010101111100011101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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