Shades of Kaitoke Green #28593D
Tints of Kaitoke Green #28593D
RGB
CMYK
RGB Variations
Color information
#28593D (or 0x28593D) is known color: Kaitoke Green. HEX triplet: 28, 59 and 3D. RGB value is (40,89,61). Sum of RGB (Red+Green+Blue) = 40+89+61=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #28593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28593D is #D7A6C2. Grayscale: #474747. Windows color (decimal): -14132931 or 4020520. OLE color: 4020520.
HSL color Cylindrical-coordinate representation of color #28593D: hue angle of 145.71º 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 #28593D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 61 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.65 |
| HSL | 145.71º | 0.38% | 0.25% | - |
| HSV(B) | 145.71º | 0.55% | 0.35% | - |
| XYZ | 5.29 | 7.93 | 5.67 | - |
| YUV | 71.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 61 | 0.55 | 0 | 0.31 | 0.65 | 145.71 | 0.38 | 0.25 |
| Hex | 28 | 59 | 3D | 37 | 0 | 1F | 41 | 92 | 26 | 19 |
| Octal | 50 | 131 | 75 | 67 | 0 | 37 | 101 | 222 | 46 | 31 |
| Binary | 101000 | 1011001 | 111101 | 110111 | 0 | 11111 | 1000001 | 10010010 | 100110 | 11001 |
Color Harmonies of #28593D
Complementary color
Monochromatic Colors of #28593D
Black with #28593D
Text Example
Text Example
White with #28593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28593D; }
p { color: rgb(40,89,61); }
H1.HeaderClassName
{
color: #28593D;
}
.AnyTagClassName
{
color: #28593D;
}
</style>
background-color css
<style>
a { background-color: #28593D; }
a { background-color: rgb(40,89,61); }
div.DivClassName
{
background-color: #28593D;
}
.BgClassName
{
background-color: #28593D;
}
</style>
border-color css
<style>
span { border-color: #28593D; }
span { border-color: rgb(40,89,61); }
td.TdClassName
{
border-color: #28593D;
}
.TagClassName
{
border-color: #28593D;
}
</style>