#216B46

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

Shades of Green Pea #216B46

Tints of Green Pea #216B46

Color information

#216B46 (or 0x216B46) is unknown color: approx Green Pea. HEX triplet: 21, 6B and 46. RGB value is (33,107,70). Sum of RGB (Red+Green+Blue) = 33+107+70=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #216B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B46 is #DE94B9. Grayscale: #505050. Windows color (decimal): -14587066 or 4614945. OLE color: 4614945.

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

Color convert

RGB3310770-
CMYK0.6900.350.58
HSL150º52.86%27.45%-
HSV(B)150º69.16%41.96%-
XYZ6.9911.287.6-
YUV80.66121.9894.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=15.71%
G=50.95%
B=33.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107700.6900.350.5815052.8627.45
Hex216B46450233A96351b
Octal41153106105043722266533
Binary10000111010111000110100010101000111110101001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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