#216646

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

Shades of Green Pea #216646

Tints of Green Pea #216646

Color information

#216646 (or 0x216646) is unknown color: approx Green Pea. HEX triplet: 21, 66 and 46. RGB value is (33,102,70). Sum of RGB (Red+Green+Blue) = 33+102+70=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #216646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216646 is #DE99B9. Grayscale: #4D4D4D. Windows color (decimal): -14588346 or 4613665. OLE color: 4613665.

HSL color Cylindrical-coordinate representation of color #216646: hue angle of 152.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216646 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB3310270-
CMYK0.6800.310.6
HSL152.17º51.11%26.47%-
HSV(B)152.17º67.65%40%-
XYZ6.4810.277.43-
YUV77.72123.6496.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=16.10%
G=49.76%
B=34.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102700.6800.310.6152.1751.1126.47
Hex2166464401F3C98331a
Octal41146106104037742306332
Binary1000011100110100011010001000111111111001001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216646; }

 p { color: rgb(33,102,70); }

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

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

 a { background-color: rgb(33,102,70); }

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

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

 span { border-color: rgb(33,102,70); }

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