#213E1F

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

Shades of Myrtle #213E1F

Tints of Myrtle #213E1F

Color information

#213E1F (or 0x213E1F) is unknown color: approx Myrtle. HEX triplet: 21, 3E and 1F. RGB value is (33,62,31). Sum of RGB (Red+Green+Blue) = 33+62+31=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #213E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E1F is #DEC1E0. Grayscale: #313131. Windows color (decimal): -14598625 or 2047521. OLE color: 2047521.

HSL color Cylindrical-coordinate representation of color #213E1F: hue angle of 116.13º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #213E1F is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB336231-
CMYK0.4700.50.76
HSL116.13º33.33%18.24%-
HSV(B)116.13º50%24.31%-
XYZ2.63.871.91-
YUV49.79117.39116.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 62 (24.61% from 255) = 49.21%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=26.19%
G=49.21%
B=24.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362310.4700.50.76116.1333.3318.24
Hex213E1F2F0324C742112
Octal417637570621141644122
Binary1000011111101111110111101100101001100111010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,62,31); }

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

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

 a { background-color: rgb(33,62,31); }

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

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

 span { border-color: rgb(33,62,31); }

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