#213F1B

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

Shades of Myrtle #213F1B

Tints of Myrtle #213F1B

Color information

#213F1B (or 0x213F1B) is unknown color: approx Myrtle. HEX triplet: 21, 3F and 1B. RGB value is (33,63,27). Sum of RGB (Red+Green+Blue) = 33+63+27=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #213F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F1B is #DEC0E4. Grayscale: #323232. Windows color (decimal): -14598373 or 1785633. OLE color: 1785633.

HSL color Cylindrical-coordinate representation of color #213F1B: hue angle of 110º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213F1B is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB336327-
CMYK0.4800.570.75
HSL110º40%17.65%-
HSV(B)110º57.14%24.71%-
XYZ2.63.961.66-
YUV49.93115.06115.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 63 (25% from 255) = 51.22%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=26.83%
G=51.22%
B=21.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363270.4800.570.751104017.65
Hex213F1B300394B6e2812
Octal417733600711131565022
Binary1000011111111101111000001110011001011110111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,63,27); }

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

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

 a { background-color: rgb(33,63,27); }

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

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

 span { border-color: rgb(33,63,27); }

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