Shades of Kaitoke Green #28553A
Tints of Kaitoke Green #28553A
RGB
CMYK
RGB Variations
Color information
#28553A (or 0x28553A) is known color: Kaitoke Green. HEX triplet: 28, 55 and 3A. RGB value is (40,85,58). Sum of RGB (Red+Green+Blue) = 40+85+58=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #28553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553A is #D7AAC5. Grayscale: #444444. Windows color (decimal): -14133958 or 3822888. OLE color: 3822888.
HSL color Cylindrical-coordinate representation of color #28553A: hue angle of 144º 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 #28553A is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 58 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.67 |
| HSL | 144º | 0.36% | 0.25% | - |
| HSV(B) | 144º | 0.53% | 0.33% | - |
| XYZ | 4.89 | 7.25 | 5.15 | - |
| YUV | 68.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 58 | 0.53 | 0 | 0.32 | 0.67 | 144 | 0.36 | 0.25 |
| Hex | 28 | 55 | 3A | 35 | 0 | 20 | 43 | 90 | 24 | 19 |
| Octal | 50 | 125 | 72 | 65 | 0 | 40 | 103 | 220 | 44 | 31 |
| Binary | 101000 | 1010101 | 111010 | 110101 | 0 | 100000 | 1000011 | 10010000 | 100100 | 11001 |
Color Harmonies of #28553A
Complementary color
Monochromatic Colors of #28553A
Black with #28553A
Text Example
Text Example
White with #28553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28553A; }
p { color: rgb(40,85,58); }
H1.HeaderClassName
{
color: #28553A;
}
.AnyTagClassName
{
color: #28553A;
}
</style>
background-color css
<style>
a { background-color: #28553A; }
a { background-color: rgb(40,85,58); }
div.DivClassName
{
background-color: #28553A;
}
.BgClassName
{
background-color: #28553A;
}
</style>
border-color css
<style>
span { border-color: #28553A; }
span { border-color: rgb(40,85,58); }
td.TdClassName
{
border-color: #28553A;
}
.TagClassName
{
border-color: #28553A;
}
</style>