Shades of Myrtle #28431A
Tints of Myrtle #28431A
RGB
CMYK
RGB Variations
Color information
#28431A (or 0x28431A) is known color: Myrtle. HEX triplet: 28, 43 and 1A. RGB value is (40,67,26). Sum of RGB (Red+Green+Blue) = 40+67+26=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #28431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28431A is #D7BCE5. Grayscale: #363636. Windows color (decimal): -14138598 or 1721128. OLE color: 1721128.
HSL color Cylindrical-coordinate representation of color #28431A: hue angle of 99.51º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28431A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 26 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.74 |
| HSL | 99.51º | 0.44% | 0.18% | - |
| HSV(B) | 99.51º | 0.61% | 0.26% | - |
| XYZ | 3.07 | 4.54 | 1.69 | - |
| YUV | 54.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 26 | 0.40 | 0 | 0.61 | 0.74 | 99.51 | 0.44 | 0.18 |
| Hex | 28 | 43 | 1A | 28 | 0 | 3D | 4A | 64 | 2C | 12 |
| Octal | 50 | 103 | 32 | 50 | 0 | 75 | 112 | 144 | 54 | 22 |
| Binary | 101000 | 1000011 | 11010 | 101000 | 0 | 111101 | 1001010 | 1100100 | 101100 | 10010 |
Color Harmonies of #28431A
Complementary color
Monochromatic Colors of #28431A
Black with #28431A
Text Example
Text Example
White with #28431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28431A; }
p { color: rgb(40,67,26); }
H1.HeaderClassName
{
color: #28431A;
}
.AnyTagClassName
{
color: #28431A;
}
</style>
background-color css
<style>
a { background-color: #28431A; }
a { background-color: rgb(40,67,26); }
div.DivClassName
{
background-color: #28431A;
}
.BgClassName
{
background-color: #28431A;
}
</style>
border-color css
<style>
span { border-color: #28431A; }
span { border-color: rgb(40,67,26); }
td.TdClassName
{
border-color: #28431A;
}
.TagClassName
{
border-color: #28431A;
}
</style>