#216640

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

Shades of Green Pea #216640

Tints of Green Pea #216640

Color information

#216640 (or 0x216640) is unknown color: approx Green Pea. HEX triplet: 21, 66 and 40. RGB value is (33,102,64). Sum of RGB (Red+Green+Blue) = 33+102+64=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #216640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216640 is #DE99BF. Grayscale: #4D4D4D. Windows color (decimal): -14588352 or 4220449. OLE color: 4220449.

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

Color convert

RGB3310264-
CMYK0.6800.370.6
HSL146.96º51.11%26.47%-
HSV(B)146.96º67.65%40%-
XYZ6.310.26.49-
YUV77.04120.6496.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=16.58%
G=51.26%
B=32.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102640.6800.370.6146.9651.1126.47
Hex216640440253C93331a
Octal41146100104045742236332
Binary10000111001101000000100010001001011111001001001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216640; }

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

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

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

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

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

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

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

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