#216800

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

Shades of Green #216800

Tints of Green #216800

Color information

#216800 (or 0x216800) is unknown color: approx Green. HEX triplet: 21, 68 and 00. RGB value is (33,104,0). Sum of RGB (Red+Green+Blue) = 33+104+0=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #216800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216800 is #DE97FF. Grayscale: #474747. Windows color (decimal): -14587904 or 26657. OLE color: 26657.

HSL color Cylindrical-coordinate representation of color #216800: hue angle of 100.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #216800 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB331040-
CMYK0.68010.59
HSL100.96º100%20.39%-
HSV(B)100.96º100%40.78%-
XYZ5.5810.221.68-
YUV70.9187.98100.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 104 (41.02% from 255) = 75.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.09%
G=75.91%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3310400.68010.59100.9610020.39
Hex21680440643B656414
Octal41150010401447314514424
Binary100001110100001000100011001001110111100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216800; }

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

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

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

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

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

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

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

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