#216B40

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

Shades of Green Pea #216B40

Tints of Green Pea #216B40

Color information

#216B40 (or 0x216B40) is unknown color: approx Green Pea. HEX triplet: 21, 6B and 40. RGB value is (33,107,64). Sum of RGB (Red+Green+Blue) = 33+107+64=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #216B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B40 is #DE94BF. Grayscale: #505050. Windows color (decimal): -14587072 or 4221729. OLE color: 4221729.

HSL color Cylindrical-coordinate representation of color #216B40: hue angle of 145.14º 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 #216B40 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB3310764-
CMYK0.6900.400.58
HSL145.14º52.86%27.45%-
HSV(B)145.14º69.16%41.96%-
XYZ6.8111.216.66-
YUV79.97118.9894.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=16.18%
G=52.45%
B=31.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107640.6900.400.58145.1452.8627.45
Hex216B40450283A91351b
Octal41153100105050722216533
Binary10000111010111000000100010101010001110101001000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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