Shades of Kaitoke Green #28573A
Tints of Kaitoke Green #28573A
RGB
CMYK
RGB Variations
Color information
#28573A (or 0x28573A) is known color: Kaitoke Green. HEX triplet: 28, 57 and 3A. RGB value is (40,87,58). Sum of RGB (Red+Green+Blue) = 40+87+58=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #28573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28573A is #D7A8C5. Grayscale: #454545. Windows color (decimal): -14133446 or 3823400. OLE color: 3823400.
HSL color Cylindrical-coordinate representation of color #28573A: hue angle of 142.98º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28573A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 58 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.66 |
| HSL | 142.98º | 0.37% | 0.25% | - |
| HSV(B) | 142.98º | 0.54% | 0.34% | - |
| XYZ | 5.05 | 7.57 | 5.2 | - |
| YUV | 69.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 58 | 0.54 | 0 | 0.33 | 0.66 | 142.98 | 0.37 | 0.25 |
| Hex | 28 | 57 | 3A | 36 | 0 | 21 | 42 | 8F | 25 | 19 |
| Octal | 50 | 127 | 72 | 66 | 0 | 41 | 102 | 217 | 45 | 31 |
| Binary | 101000 | 1010111 | 111010 | 110110 | 0 | 100001 | 1000010 | 10001111 | 100101 | 11001 |
Color Harmonies of #28573A
Complementary color
Monochromatic Colors of #28573A
Black with #28573A
Text Example
Text Example
White with #28573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28573A; }
p { color: rgb(40,87,58); }
H1.HeaderClassName
{
color: #28573A;
}
.AnyTagClassName
{
color: #28573A;
}
</style>
background-color css
<style>
a { background-color: #28573A; }
a { background-color: rgb(40,87,58); }
div.DivClassName
{
background-color: #28573A;
}
.BgClassName
{
background-color: #28573A;
}
</style>
border-color css
<style>
span { border-color: #28573A; }
span { border-color: rgb(40,87,58); }
td.TdClassName
{
border-color: #28573A;
}
.TagClassName
{
border-color: #28573A;
}
</style>