#218914

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

Shades of Forest Green #218914

Tints of Forest Green #218914

Color information

#218914 (or 0x218914) is unknown color: approx Forest Green. HEX triplet: 21, 89 and 14. RGB value is (33,137,20). Sum of RGB (Red+Green+Blue) = 33+137+20=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #218914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218914 is #DE76EB. Grayscale: #5C5C5C. Windows color (decimal): -14579436 or 1345825. OLE color: 1345825.

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

Color convert

RGB3313720-
CMYK0.7600.850.46
HSL113.33º74.52%30.78%-
HSV(B)113.33º85.4%53.73%-
XYZ9.718.273.68-
YUV92.5787.0485.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 137 (53.91% from 255) = 72.11%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=17.37%
G=72.11%
B=10.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137200.7600.850.46113.3374.5230.78
Hex2189144C0552E714b1f
Octal412112411401255616111337
Binary10000110001001101001001100010101011011101110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218914; }

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

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

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

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

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

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

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

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