Shades of Kaitoke Green #28553E
Tints of Kaitoke Green #28553E
RGB
CMYK
RGB Variations
Color information
#28553E (or 0x28553E) is known color: Kaitoke Green. HEX triplet: 28, 55 and 3E. RGB value is (40,85,62). Sum of RGB (Red+Green+Blue) = 40+85+62=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #28553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553E is #D7AAC1. Grayscale: #444444. Windows color (decimal): -14133954 or 4085032. OLE color: 4085032.
HSL color Cylindrical-coordinate representation of color #28553E: hue angle of 149.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28553E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 62 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.67 |
| HSL | 149.33º | 0.36% | 0.25% | - |
| HSV(B) | 149.33º | 0.53% | 0.33% | - |
| XYZ | 4.99 | 7.3 | 5.7 | - |
| YUV | 68.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 62 | 0.53 | 0 | 0.27 | 0.67 | 149.33 | 0.36 | 0.25 |
| Hex | 28 | 55 | 3E | 35 | 0 | 1B | 43 | 95 | 24 | 19 |
| Octal | 50 | 125 | 76 | 65 | 0 | 33 | 103 | 225 | 44 | 31 |
| Binary | 101000 | 1010101 | 111110 | 110101 | 0 | 11011 | 1000011 | 10010101 | 100100 | 11001 |
Color Harmonies of #28553E
Complementary color
Monochromatic Colors of #28553E
Black with #28553E
Text Example
Text Example
White with #28553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28553E; }
p { color: rgb(40,85,62); }
H1.HeaderClassName
{
color: #28553E;
}
.AnyTagClassName
{
color: #28553E;
}
</style>
background-color css
<style>
a { background-color: #28553E; }
a { background-color: rgb(40,85,62); }
div.DivClassName
{
background-color: #28553E;
}
.BgClassName
{
background-color: #28553E;
}
</style>
border-color css
<style>
span { border-color: #28553E; }
span { border-color: rgb(40,85,62); }
td.TdClassName
{
border-color: #28553E;
}
.TagClassName
{
border-color: #28553E;
}
</style>