#218510

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

Shades of Forest Green #218510

Tints of Forest Green #218510

Color information

#218510 (or 0x218510) is unknown color: approx Forest Green. HEX triplet: 21, 85 and 10. RGB value is (33,133,16). Sum of RGB (Red+Green+Blue) = 33+133+16=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #218510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218510 is #DE7AEF. Grayscale: #5A5A5A. Windows color (decimal): -14580464 or 1082657. OLE color: 1082657.

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

Color convert

RGB3313316-
CMYK0.7500.880.48
HSL111.28º78.52%29.22%-
HSV(B)111.28º87.97%52.16%-
XYZ9.1117.143.32-
YUV89.7686.3787.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 133 (52.34% from 255) = 73.08%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=18.13%
G=73.08%
B=8.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33133160.7500.880.48111.2878.5229.22
Hex2185104B058306f4f1d
Octal412052011301306015711735
Binary10000110000101100001001011010110001100001101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218510; }

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

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

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

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

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

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

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

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