#216A48

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

Shades of Green Pea #216A48

Tints of Green Pea #216A48

Color information

#216A48 (or 0x216A48) is unknown color: approx Green Pea. HEX triplet: 21, 6A and 48. RGB value is (33,106,72). Sum of RGB (Red+Green+Blue) = 33+106+72=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #216A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A48 is #DE95B7. Grayscale: #505050. Windows color (decimal): -14587320 or 4745761. OLE color: 4745761.

HSL color Cylindrical-coordinate representation of color #216A48: hue angle of 152.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A48 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB3310672-
CMYK0.6900.320.58
HSL152.05º52.52%27.25%-
HSV(B)152.05º68.87%41.57%-
XYZ6.9511.17.91-
YUV80.3123.3294.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 106 (41.80% from 255) = 50.24%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=15.64%
G=50.24%
B=34.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106720.6900.320.58152.0552.5227.25
Hex216A48450203A98351b
Octal41152110105040722306533
Binary10000111010101001000100010101000001110101001100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A48; }

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

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

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

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

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

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

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

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