#216948

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

Shades of Green Pea #216948

Tints of Green Pea #216948

Color information

#216948 (or 0x216948) is unknown color: approx Green Pea. HEX triplet: 21, 69 and 48. RGB value is (33,105,72). Sum of RGB (Red+Green+Blue) = 33+105+72=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #216948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216948 is #DE96B7. Grayscale: #4F4F4F. Windows color (decimal): -14587576 or 4745505. OLE color: 4745505.

HSL color Cylindrical-coordinate representation of color #216948: hue angle of 152.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216948 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB3310572-
CMYK0.6900.310.59
HSL152.5º52.17%27.06%-
HSV(B)152.5º68.57%41.18%-
XYZ6.8510.897.87-
YUV79.71123.6594.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=15.71%
G=50%
B=34.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105720.6900.310.59152.552.1727.06
Hex2169484501F3B98341b
Octal41151110105037732306433
Binary1000011101001100100010001010111111110111001100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216948; }

 p { color: rgb(33,105,72); }

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

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

 a { background-color: rgb(33,105,72); }

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

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

 span { border-color: rgb(33,105,72); }

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