#2B8218

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

Shades of Forest Green #2B8218

Tints of Forest Green #2B8218

Color information

#2B8218 (or 0x2B8218) is unknown color: approx Forest Green. HEX triplet: 2B, 82 and 18. RGB value is (43,130,24). Sum of RGB (Red+Green+Blue) = 43+130+24=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8218 is #D47DE7. Grayscale: #5C5C5C. Windows color (decimal): -13925864 or 1606187. OLE color: 1606187.

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

Color convert

RGB4313024-
CMYK0.6700.820.49
HSL109.25º68.83%30.2%-
HSV(B)109.25º81.54%50.98%-
XYZ9.1416.543.58-
YUV91.989.6893.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=21.83%
G=65.99%
B=12.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130240.6700.820.49109.2568.8330.2
Hex2B821843052316d451e
Octal532023010301226115510536
Binary10101110000010110001000011010100101100011101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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