#218508

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

Shades of Forest Green #218508

Tints of Forest Green #218508

Color information

#218508 (or 0x218508) is unknown color: approx Forest Green. HEX triplet: 21, 85 and 08. RGB value is (33,133,8). Sum of RGB (Red+Green+Blue) = 33+133+8=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #218508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218508 is #DE7AF7. Grayscale: #595959. Windows color (decimal): -14580472 or 558369. OLE color: 558369.

HSL color Cylindrical-coordinate representation of color #218508: hue angle of 108º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #218508 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB331338-
CMYK0.7500.940.48
HSL108º88.65%27.65%-
HSV(B)108º93.98%52.16%-
XYZ9.0617.123.06-
YUV88.8582.3788.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 133 (52.34% from 255) = 76.44%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=18.97%
G=76.44%
B=4.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3313380.7500.940.4810888.6527.65
Hex218584B05E306c591c
Octal412051011301366015413134
Binary1000011000010110001001011010111101100001101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218508; }

 p { color: rgb(33,133,8); }

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

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

 a { background-color: rgb(33,133,8); }

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

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

 span { border-color: rgb(33,133,8); }

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