#218306

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

Shades of Forest Green #218306

Tints of Forest Green #218306

Color information

#218306 (or 0x218306) is unknown color: approx Forest Green. HEX triplet: 21, 83 and 06. RGB value is (33,131,6). Sum of RGB (Red+Green+Blue) = 33+131+6=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #218306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218306 is #DE7CF9. Grayscale: #575757. Windows color (decimal): -14580986 or 426785. OLE color: 426785.

HSL color Cylindrical-coordinate representation of color #218306: hue angle of 107.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #218306 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB331316-
CMYK0.7500.950.49
HSL107.04º91.24%26.86%-
HSV(B)107.04º95.42%51.37%-
XYZ8.7816.572.91-
YUV87.4582.0389.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 131 (51.56% from 255) = 77.06%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=19.41%
G=77.06%
B=3.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3313160.7500.950.49107.0491.2426.86
Hex218364B05F316b5b1b
Octal41203611301376115313333
Binary100001100000111101001011010111111100011101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218306; }

 p { color: rgb(33,131,6); }

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

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

 a { background-color: rgb(33,131,6); }

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

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

 span { border-color: rgb(33,131,6); }

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