#218200

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

Shades of Green #218200

Tints of Green #218200

Color information

#218200 (or 0x218200) is unknown color: approx Green. HEX triplet: 21, 82 and 00. RGB value is (33,130,0). Sum of RGB (Red+Green+Blue) = 33+130+0=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #218200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218200 is #DE7DFF. Grayscale: #565656. Windows color (decimal): -14581248 or 33313. OLE color: 33313.

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

Color convert

RGB331300-
CMYK0.75010.49
HSL104.77º100%25.49%-
HSV(B)104.77º100%50.98%-
XYZ8.6116.292.69-
YUV86.1879.3690.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.25%
G=79.75%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3313000.75010.49104.7710025.49
Hex218204B06431696419
Octal41202011301446115114431
Binary1000011000001001001011011001001100011101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218200; }

 p { color: rgb(33,130,0); }

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

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

 a { background-color: rgb(33,130,0); }

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

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

 span { border-color: rgb(33,130,0); }

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