#212E1D

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

Shades of Myrtle #212E1D

Tints of Myrtle #212E1D

Color information

#212E1D (or 0x212E1D) is unknown color: approx Myrtle. HEX triplet: 21, 2E and 1D. RGB value is (33,46,29). Sum of RGB (Red+Green+Blue) = 33+46+29=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #212E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E1D is #DED1E2. Grayscale: #282828. Windows color (decimal): -14602723 or 1912353. OLE color: 1912353.

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

Color convert

RGB334629-
CMYK0.2800.370.82
HSL105.88º22.67%14.71%-
HSV(B)105.88º36.96%18.04%-
XYZ1.832.371.52-
YUV40.17121.69122.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 46 (18.36% from 255) = 42.59%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=30.56%
G=42.59%
B=26.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346290.2800.370.82105.8822.6714.71
Hex212E1D1C025526a17f
Octal415635340451221522717
Binary1000011011101110111100010010110100101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,46,29); }

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

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

 a { background-color: rgb(33,46,29); }

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

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

 span { border-color: rgb(33,46,29); }

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