Shades of Myrtle #21430E
Tints of Myrtle #21430E
RGB
CMYK
RGB Variations
Color information
#21430E (or 0x21430E) is known color: Myrtle. HEX triplet: 21, 43 and 0E. RGB value is (33,67,14). Sum of RGB (Red+Green+Blue) = 33+67+14=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #21430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21430E is #DEBCF1. Grayscale: #323232. Windows color (decimal): -14597362 or 934689. OLE color: 934689.
HSL color Cylindrical-coordinate representation of color #21430E: hue angle of 98.49º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21430E is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 14 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.74 |
| HSL | 98.49º | 0.65% | 0.16% | - |
| HSV(B) | 98.49º | 0.79% | 0.26% | - |
| XYZ | 2.71 | 4.37 | 1.12 | - |
| YUV | 50.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 14 | 0.51 | 0 | 0.79 | 0.74 | 98.49 | 0.65 | 0.16 |
| Hex | 21 | 43 | E | 33 | 0 | 4F | 4A | 62 | 41 | 10 |
| Octal | 41 | 103 | 16 | 63 | 0 | 117 | 112 | 142 | 101 | 20 |
| Binary | 100001 | 1000011 | 1110 | 110011 | 0 | 1001111 | 1001010 | 1100010 | 1000001 | 10000 |
Color Harmonies of #21430E
Complementary color
Monochromatic Colors of #21430E
Black with #21430E
Text Example
Text Example
White with #21430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21430E; }
p { color: rgb(33,67,14); }
H1.HeaderClassName
{
color: #21430E;
}
.AnyTagClassName
{
color: #21430E;
}
</style>
background-color css
<style>
a { background-color: #21430E; }
a { background-color: rgb(33,67,14); }
div.DivClassName
{
background-color: #21430E;
}
.BgClassName
{
background-color: #21430E;
}
</style>
border-color css
<style>
span { border-color: #21430E; }
span { border-color: rgb(33,67,14); }
td.TdClassName
{
border-color: #21430E;
}
.TagClassName
{
border-color: #21430E;
}
</style>