Shades of Kaitoke Green #28563D
Tints of Kaitoke Green #28563D
RGB
CMYK
RGB Variations
Color information
#28563D (or 0x28563D) is known color: Kaitoke Green. HEX triplet: 28, 56 and 3D. RGB value is (40,86,61). Sum of RGB (Red+Green+Blue) = 40+86+61=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #28563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28563D is #D7A9C2. Grayscale: #454545. Windows color (decimal): -14133699 or 4019752. OLE color: 4019752.
HSL color Cylindrical-coordinate representation of color #28563D: hue angle of 147.39º 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 #28563D is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 86 | 61 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.66 |
| HSL | 147.39º | 0.37% | 0.25% | - |
| HSV(B) | 147.39º | 0.53% | 0.34% | - |
| XYZ | 5.05 | 7.44 | 5.59 | - |
| YUV | 69.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 61 | 0.53 | 0 | 0.29 | 0.66 | 147.39 | 0.37 | 0.25 |
| Hex | 28 | 56 | 3D | 35 | 0 | 1D | 42 | 93 | 25 | 19 |
| Octal | 50 | 126 | 75 | 65 | 0 | 35 | 102 | 223 | 45 | 31 |
| Binary | 101000 | 1010110 | 111101 | 110101 | 0 | 11101 | 1000010 | 10010011 | 100101 | 11001 |
Color Harmonies of #28563D
Complementary color
Monochromatic Colors of #28563D
Black with #28563D
Text Example
Text Example
White with #28563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28563D; }
p { color: rgb(40,86,61); }
H1.HeaderClassName
{
color: #28563D;
}
.AnyTagClassName
{
color: #28563D;
}
</style>
background-color css
<style>
a { background-color: #28563D; }
a { background-color: rgb(40,86,61); }
div.DivClassName
{
background-color: #28563D;
}
.BgClassName
{
background-color: #28563D;
}
</style>
border-color css
<style>
span { border-color: #28563D; }
span { border-color: rgb(40,86,61); }
td.TdClassName
{
border-color: #28563D;
}
.TagClassName
{
border-color: #28563D;
}
</style>