Shades of Kaitoke Green #28583D
Tints of Kaitoke Green #28583D
RGB
CMYK
RGB Variations
Color information
#28583D (or 0x28583D) is known color: Kaitoke Green. HEX triplet: 28, 58 and 3D. RGB value is (40,88,61). Sum of RGB (Red+Green+Blue) = 40+88+61=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #28583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28583D is #D7A7C2. Grayscale: #464646. Windows color (decimal): -14133187 or 4020264. OLE color: 4020264.
HSL color Cylindrical-coordinate representation of color #28583D: hue angle of 146.25º 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 #28583D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 61 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.65 |
| HSL | 146.25º | 0.38% | 0.25% | - |
| HSV(B) | 146.25º | 0.55% | 0.35% | - |
| XYZ | 5.21 | 7.77 | 5.64 | - |
| YUV | 70.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 61 | 0.55 | 0 | 0.31 | 0.65 | 146.25 | 0.38 | 0.25 |
| Hex | 28 | 58 | 3D | 37 | 0 | 1F | 41 | 92 | 26 | 19 |
| Octal | 50 | 130 | 75 | 67 | 0 | 37 | 101 | 222 | 46 | 31 |
| Binary | 101000 | 1011000 | 111101 | 110111 | 0 | 11111 | 1000001 | 10010010 | 100110 | 11001 |
Color Harmonies of #28583D
Complementary color
Monochromatic Colors of #28583D
Black with #28583D
Text Example
Text Example
White with #28583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28583D; }
p { color: rgb(40,88,61); }
H1.HeaderClassName
{
color: #28583D;
}
.AnyTagClassName
{
color: #28583D;
}
</style>
background-color css
<style>
a { background-color: #28583D; }
a { background-color: rgb(40,88,61); }
div.DivClassName
{
background-color: #28583D;
}
.BgClassName
{
background-color: #28583D;
}
</style>
border-color css
<style>
span { border-color: #28583D; }
span { border-color: rgb(40,88,61); }
td.TdClassName
{
border-color: #28583D;
}
.TagClassName
{
border-color: #28583D;
}
</style>