#216C42

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

Shades of Green Pea #216C42

Tints of Green Pea #216C42

Color information

#216C42 (or 0x216C42) is unknown color: approx Green Pea. HEX triplet: 21, 6C and 42. RGB value is (33,108,66). Sum of RGB (Red+Green+Blue) = 33+108+66=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #216C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216C42 is #DE93BD. Grayscale: #505050. Windows color (decimal): -14586814 or 4353057. OLE color: 4353057.

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

Color convert

RGB3310866-
CMYK0.6900.390.58
HSL146.4º53.19%27.65%-
HSV(B)146.4º69.44%42.35%-
XYZ6.9711.447-
YUV80.79119.6593.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=15.94%
G=52.17%
B=31.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108660.6900.390.58146.453.1927.65
Hex216C42450273A92351c
Octal41154102105047722226534
Binary10000111011001000010100010101001111110101001001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,66); }

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

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

 a { background-color: rgb(33,108,66); }

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

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

 span { border-color: rgb(33,108,66); }

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