#216649

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

Shades of Green Pea #216649

Tints of Green Pea #216649

Color information

#216649 (or 0x216649) is unknown color: approx Green Pea. HEX triplet: 21, 66 and 49. RGB value is (33,102,73). Sum of RGB (Red+Green+Blue) = 33+102+73=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #216649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216649 is #DE99B6. Grayscale: #4E4E4E. Windows color (decimal): -14588343 or 4810273. OLE color: 4810273.

HSL color Cylindrical-coordinate representation of color #216649: hue angle of 154.78º 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 #216649 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB3310273-
CMYK0.6800.280.6
HSL154.78º51.11%26.47%-
HSV(B)154.78º67.65%40%-
XYZ6.5810.317.95-
YUV78.06125.1495.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=15.87%
G=49.04%
B=35.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102730.6800.280.6154.7851.1126.47
Hex2166494401C3C9b331a
Octal41146111104034742336332
Binary1000011100110100100110001000111001111001001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216649; }

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

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

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

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

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

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

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

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