#218814

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

Shades of Forest Green #218814

Tints of Forest Green #218814

Color information

#218814 (or 0x218814) is unknown color: approx Forest Green. HEX triplet: 21, 88 and 14. RGB value is (33,136,20). Sum of RGB (Red+Green+Blue) = 33+136+20=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 136 (53.52% from 255 or 71.96% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 136 - color contains mainly: green. Hex color #218814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218814 is #DE77EB. Grayscale: #5C5C5C. Windows color (decimal): -14579692 or 1345569. OLE color: 1345569.

HSL color Cylindrical-coordinate representation of color #218814: hue angle of 113.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218814 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB3313620-
CMYK0.7600.850.47
HSL113.28º74.36%30.59%-
HSV(B)113.28º85.29%53.33%-
XYZ9.5617.983.63-
YUV91.9887.3885.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 136 (53.52% from 255) = 71.96%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=17.46%
G=71.96%
B=10.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33136200.7600.850.47113.2874.3630.59
Hex2188144C0552F714a1f
Octal412102411401255716111237
Binary10000110001000101001001100010101011011111110001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218814; }

 p { color: rgb(33,136,20); }

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

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

 a { background-color: rgb(33,136,20); }

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

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

 span { border-color: rgb(33,136,20); }

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