#213B1D

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

Shades of Myrtle #213B1D

Tints of Myrtle #213B1D

Color information

#213B1D (or 0x213B1D) is unknown color: approx Myrtle. HEX triplet: 21, 3B and 1D. RGB value is (33,59,29). Sum of RGB (Red+Green+Blue) = 33+59+29=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #213B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B1D is #DEC4E2. Grayscale: #2F2F2F. Windows color (decimal): -14599395 or 1915681. OLE color: 1915681.

HSL color Cylindrical-coordinate representation of color #213B1D: hue angle of 112º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213B1D is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB335929-
CMYK0.4400.510.77
HSL112º34.09%17.25%-
HSV(B)112º50.85%23.14%-
XYZ2.413.541.72-
YUV47.81117.39117.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 59 (23.44% from 255) = 48.76%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=27.27%
G=48.76%
B=23.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359290.4400.510.7711234.0917.25
Hex213B1D2C0334D702211
Octal417335540631151604221
Binary1000011110111110110110001100111001101111000010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B1D; }

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

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

<style>
 a { background-color: #213B1D; }

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

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

<style>
 span { border-color: #213B1D; }

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

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