#213F18

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

Shades of Myrtle #213F18

Tints of Myrtle #213F18

Color information

#213F18 (or 0x213F18) is unknown color: approx Myrtle. HEX triplet: 21, 3F and 18. RGB value is (33,63,24). Sum of RGB (Red+Green+Blue) = 33+63+24=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #213F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F18 is #DEC0E7. Grayscale: #313131. Windows color (decimal): -14598376 or 1589025. OLE color: 1589025.

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

Color convert

RGB336324-
CMYK0.4800.620.75
HSL106.15º44.83%17.06%-
HSV(B)106.15º61.9%24.71%-
XYZ2.573.941.49-
YUV49.58113.56116.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 63 (25% from 255) = 52.5%
BLUE value IS 24 (9.77% from 255) = 20%
R=27.5%
G=52.5%
B=20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363240.4800.620.75106.1544.8317.06
Hex213F183003E4B6a2d11
Octal417730600761131525521
Binary1000011111111100011000001111101001011110101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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