#212D20

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

Shades of Myrtle #212D20

Tints of Myrtle #212D20

Color information

#212D20 (or 0x212D20) is unknown color: approx Myrtle. HEX triplet: 21, 2D and 20. RGB value is (33,45,32). Sum of RGB (Red+Green+Blue) = 33+45+32=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 45 - color contains mainly: green. Hex color #212D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D20 is #DED2DF. Grayscale: #272727. Windows color (decimal): -14602976 or 2108705. OLE color: 2108705.

HSL color Cylindrical-coordinate representation of color #212D20: hue angle of 115.38º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #212D20 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB334532-
CMYK0.2700.290.82
HSL115.38º16.88%15.1%-
HSV(B)115.38º28.89%17.65%-
XYZ1.832.31.72-
YUV39.93123.52123.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=30%
G=40.91%
B=29.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345320.2700.290.82115.3816.8815.1
Hex212D201B01D527311f
Octal415540330351221632117
Binary1000011011011000001101101110110100101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D20; }

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

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

<style>
 a { background-color: #212D20; }

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

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

<style>
 span { border-color: #212D20; }

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

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