#216040

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

Shades of Green Pea #216040

Tints of Green Pea #216040

Color information

#216040 (or 0x216040) is unknown color: approx Green Pea. HEX triplet: 21, 60 and 40. RGB value is (33,96,64). Sum of RGB (Red+Green+Blue) = 33+96+64=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #216040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216040 is #DE9FBF. Grayscale: #494949. Windows color (decimal): -14589888 or 4218913. OLE color: 4218913.

HSL color Cylindrical-coordinate representation of color #216040: hue angle of 149.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216040 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB339664-
CMYK0.6600.330.62
HSL149.52º48.84%25.29%-
HSV(B)149.52º65.62%37.65%-
XYZ5.749.066.3-
YUV73.52122.6399.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=17.10%
G=49.74%
B=33.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396640.6600.330.62149.5248.8425.29
Hex216040420213E963119
Octal41140100102041762266131
Binary10000111000001000000100001001000011111101001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216040; }

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

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

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

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

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

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

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

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