Shades of Kaitoke Green #28563A
Tints of Kaitoke Green #28563A
RGB
CMYK
RGB Variations
Color information
#28563A (or 0x28563A) is known color: Kaitoke Green. HEX triplet: 28, 56 and 3A. RGB value is (40,86,58). Sum of RGB (Red+Green+Blue) = 40+86+58=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #28563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28563A is #D7A9C5. Grayscale: #454545. Windows color (decimal): -14133702 or 3823144. OLE color: 3823144.
HSL color Cylindrical-coordinate representation of color #28563A: hue angle of 143.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28563A is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 86 | 58 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.66 |
| HSL | 143.48º | 0.37% | 0.25% | - |
| HSV(B) | 143.48º | 0.53% | 0.34% | - |
| XYZ | 4.97 | 7.41 | 5.17 | - |
| YUV | 69.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 58 | 0.53 | 0 | 0.33 | 0.66 | 143.48 | 0.37 | 0.25 |
| Hex | 28 | 56 | 3A | 35 | 0 | 21 | 42 | 8F | 25 | 19 |
| Octal | 50 | 126 | 72 | 65 | 0 | 41 | 102 | 217 | 45 | 31 |
| Binary | 101000 | 1010110 | 111010 | 110101 | 0 | 100001 | 1000010 | 10001111 | 100101 | 11001 |
Color Harmonies of #28563A
Complementary color
Monochromatic Colors of #28563A
Black with #28563A
Text Example
Text Example
White with #28563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28563A; }
p { color: rgb(40,86,58); }
H1.HeaderClassName
{
color: #28563A;
}
.AnyTagClassName
{
color: #28563A;
}
</style>
background-color css
<style>
a { background-color: #28563A; }
a { background-color: rgb(40,86,58); }
div.DivClassName
{
background-color: #28563A;
}
.BgClassName
{
background-color: #28563A;
}
</style>
border-color css
<style>
span { border-color: #28563A; }
span { border-color: rgb(40,86,58); }
td.TdClassName
{
border-color: #28563A;
}
.TagClassName
{
border-color: #28563A;
}
</style>