#218201

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

Shades of Green #218201

Tints of Green #218201

Color information

#218201 (or 0x218201) is unknown color: approx Green. HEX triplet: 21, 82 and 01. RGB value is (33,130,1). Sum of RGB (Red+Green+Blue) = 33+130+1=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #218201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218201 is #DE7DFE. Grayscale: #565656. Windows color (decimal): -14581247 or 98849. OLE color: 98849.

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

Color convert

RGB331301-
CMYK0.7500.990.49
HSL105.12º98.47%25.69%-
HSV(B)105.12º99.23%50.98%-
XYZ8.6216.292.72-
YUV86.2979.8689.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 130 (51.17% from 255) = 79.27%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=20.12%
G=79.27%
B=0.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3313010.7500.990.49105.1298.4725.69
Hex218214B0633169621a
Octal41202111301436115114232
Binary1000011000001011001011011000111100011101001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218201; }

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

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

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

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

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

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

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

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