Shades of Kaitoke Green #28593A
Tints of Kaitoke Green #28593A
RGB
CMYK
RGB Variations
Color information
#28593A (or 0x28593A) is known color: Kaitoke Green. HEX triplet: 28, 59 and 3A. RGB value is (40,89,58). Sum of RGB (Red+Green+Blue) = 40+89+58=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #28593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28593A is #D7A6C5. Grayscale: #464646. Windows color (decimal): -14132934 or 3823912. OLE color: 3823912.
HSL color Cylindrical-coordinate representation of color #28593A: hue angle of 142.04º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28593A is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 58 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.65 |
| HSL | 142.04º | 0.38% | 0.25% | - |
| HSV(B) | 142.04º | 0.55% | 0.35% | - |
| XYZ | 5.21 | 7.9 | 5.25 | - |
| YUV | 70.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 58 | 0.55 | 0 | 0.35 | 0.65 | 142.04 | 0.38 | 0.25 |
| Hex | 28 | 59 | 3A | 37 | 0 | 23 | 41 | 8E | 26 | 19 |
| Octal | 50 | 131 | 72 | 67 | 0 | 43 | 101 | 216 | 46 | 31 |
| Binary | 101000 | 1011001 | 111010 | 110111 | 0 | 100011 | 1000001 | 10001110 | 100110 | 11001 |
Color Harmonies of #28593A
Complementary color
Monochromatic Colors of #28593A
Black with #28593A
Text Example
Text Example
White with #28593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28593A; }
p { color: rgb(40,89,58); }
H1.HeaderClassName
{
color: #28593A;
}
.AnyTagClassName
{
color: #28593A;
}
</style>
background-color css
<style>
a { background-color: #28593A; }
a { background-color: rgb(40,89,58); }
div.DivClassName
{
background-color: #28593A;
}
.BgClassName
{
background-color: #28593A;
}
</style>
border-color css
<style>
span { border-color: #28593A; }
span { border-color: rgb(40,89,58); }
td.TdClassName
{
border-color: #28593A;
}
.TagClassName
{
border-color: #28593A;
}
</style>