#214F20

Color #214F20 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214F20

Tints of Myrtle #214F20

Color information

#214F20 (or 0x214F20) is unknown color: approx Myrtle. HEX triplet: 21, 4F and 20. RGB value is (33,79,32). Sum of RGB (Red+Green+Blue) = 33+79+32=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #214F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F20 is #DEB0DF. Grayscale: #3C3C3C. Windows color (decimal): -14594272 or 2117409. OLE color: 2117409.

HSL color Cylindrical-coordinate representation of color #214F20: hue angle of 118.72º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214F20 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB337932-
CMYK0.5800.590.69
HSL118.72º42.34%21.76%-
HSV(B)118.72º59.49%30.98%-
XYZ3.686.022.33-
YUV59.89112.26108.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 79 (31.25% from 255) = 54.86%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=22.92%
G=54.86%
B=22.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379320.5800.590.69118.7242.3421.76
Hex214F203A03B45772a16
Octal4111740720731051675226
Binary100001100111110000011101001110111000101111011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F20; }

 p { color: rgb(33,79,32); }

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

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

 a { background-color: rgb(33,79,32); }

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

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

 span { border-color: rgb(33,79,32); }

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