#218F0B

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

Shades of Forest Green #218F0B

Tints of Forest Green #218F0B

Color information

#218F0B (or 0x218F0B) is unknown color: approx Forest Green. HEX triplet: 21, 8F and 0B. RGB value is (33,143,11). Sum of RGB (Red+Green+Blue) = 33+143+11=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #218F0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F0B is #DE70F4. Grayscale: #5F5F5F. Windows color (decimal): -14577909 or 757537. OLE color: 757537.

HSL color Cylindrical-coordinate representation of color #218F0B: hue angle of 110º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #218F0B is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB3314311-
CMYK0.7700.920.44
HSL110º85.71%30.2%-
HSV(B)110º92.31%56.08%-
XYZ10.5119.993.62-
YUV95.0680.5683.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 143 (56.25% from 255) = 76.47%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=17.65%
G=76.47%
B=5.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33143110.7700.920.4411085.7130.2
Hex218FB4D05C2C6e561e
Octal412171311501345415612636
Binary1000011000111110111001101010111001011001101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218F0B; }

 p { color: rgb(33,143,11); }

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

<style>
 a { background-color: #218F0B; }

 a { background-color: rgb(33,143,11); }

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

<style>
 span { border-color: #218F0B; }

 span { border-color: rgb(33,143,11); }

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