#218F1B

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

Shades of Forest Green #218F1B

Tints of Forest Green #218F1B

Color information

#218F1B (or 0x218F1B) is unknown color: approx Forest Green. HEX triplet: 21, 8F and 1B. RGB value is (33,143,27). Sum of RGB (Red+Green+Blue) = 33+143+27=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #218F1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F1B is #DE70E4. Grayscale: #616161. Windows color (decimal): -14577893 or 1806113. OLE color: 1806113.

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

Color convert

RGB3314327-
CMYK0.7700.810.44
HSL116.9º68.24%33.33%-
HSV(B)116.9º81.12%56.08%-
XYZ10.6520.054.35-
YUV96.8988.5682.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 143 (56.25% from 255) = 70.44%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=16.26%
G=70.44%
B=13.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33143270.7700.810.44116.968.2433.33
Hex218F1B4D0512C754421
Octal412173311501215416510441
Binary100001100011111101110011010101000110110011101011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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