Shades of Kaitoke Green #28583C
Tints of Kaitoke Green #28583C
RGB
CMYK
RGB Variations
Color information
#28583C (or 0x28583C) is known color: Kaitoke Green. HEX triplet: 28, 58 and 3C. RGB value is (40,88,60). Sum of RGB (Red+Green+Blue) = 40+88+60=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #28583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28583C is #D7A7C3. Grayscale: #464646. Windows color (decimal): -14133188 or 3954728. OLE color: 3954728.
HSL color Cylindrical-coordinate representation of color #28583C: hue angle of 145º 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 #28583C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 60 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.65 |
| HSL | 145º | 0.38% | 0.25% | - |
| HSV(B) | 145º | 0.55% | 0.35% | - |
| XYZ | 5.18 | 7.76 | 5.5 | - |
| YUV | 70.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 60 | 0.55 | 0 | 0.32 | 0.65 | 145 | 0.38 | 0.25 |
| Hex | 28 | 58 | 3C | 37 | 0 | 20 | 41 | 91 | 26 | 19 |
| Octal | 50 | 130 | 74 | 67 | 0 | 40 | 101 | 221 | 46 | 31 |
| Binary | 101000 | 1011000 | 111100 | 110111 | 0 | 100000 | 1000001 | 10010001 | 100110 | 11001 |
Color Harmonies of #28583C
Complementary color
Monochromatic Colors of #28583C
Black with #28583C
Text Example
Text Example
White with #28583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28583C; }
p { color: rgb(40,88,60); }
H1.HeaderClassName
{
color: #28583C;
}
.AnyTagClassName
{
color: #28583C;
}
</style>
background-color css
<style>
a { background-color: #28583C; }
a { background-color: rgb(40,88,60); }
div.DivClassName
{
background-color: #28583C;
}
.BgClassName
{
background-color: #28583C;
}
</style>
border-color css
<style>
span { border-color: #28583C; }
span { border-color: rgb(40,88,60); }
td.TdClassName
{
border-color: #28583C;
}
.TagClassName
{
border-color: #28583C;
}
</style>