#216244

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

Shades of Green Pea #216244

Tints of Green Pea #216244

Color information

#216244 (or 0x216244) is unknown color: approx Green Pea. HEX triplet: 21, 62 and 44. RGB value is (33,98,68). Sum of RGB (Red+Green+Blue) = 33+98+68=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #216244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216244 is #DE9DBB. Grayscale: #4B4B4B. Windows color (decimal): -14589372 or 4481569. OLE color: 4481569.

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

Color convert

RGB339868-
CMYK0.6600.310.62
HSL152.31º49.62%25.69%-
HSV(B)152.31º66.33%38.43%-
XYZ6.049.486.98-
YUV75.14123.9797.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=16.58%
G=49.25%
B=34.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398680.6600.310.62152.3149.6225.69
Hex2162444201F3E98321a
Octal41142104102037762306232
Binary1000011100010100010010000100111111111101001100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216244; }

 p { color: rgb(33,98,68); }

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

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

 a { background-color: rgb(33,98,68); }

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

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

 span { border-color: rgb(33,98,68); }

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