Shades of Kaitoke Green #28553C
Tints of Kaitoke Green #28553C
RGB
CMYK
RGB Variations
Color information
#28553C (or 0x28553C) is known color: Kaitoke Green. HEX triplet: 28, 55 and 3C. RGB value is (40,85,60). Sum of RGB (Red+Green+Blue) = 40+85+60=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #28553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553C is #D7AAC3. Grayscale: #444444. Windows color (decimal): -14133956 or 3953960. OLE color: 3953960.
HSL color Cylindrical-coordinate representation of color #28553C: hue angle of 146.67º 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 #28553C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 60 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.67 |
| HSL | 146.67º | 0.36% | 0.25% | - |
| HSV(B) | 146.67º | 0.53% | 0.33% | - |
| XYZ | 4.94 | 7.27 | 5.42 | - |
| YUV | 68.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 60 | 0.53 | 0 | 0.29 | 0.67 | 146.67 | 0.36 | 0.25 |
| Hex | 28 | 55 | 3C | 35 | 0 | 1D | 43 | 93 | 24 | 19 |
| Octal | 50 | 125 | 74 | 65 | 0 | 35 | 103 | 223 | 44 | 31 |
| Binary | 101000 | 1010101 | 111100 | 110101 | 0 | 11101 | 1000011 | 10010011 | 100100 | 11001 |
Color Harmonies of #28553C
Complementary color
Monochromatic Colors of #28553C
Black with #28553C
Text Example
Text Example
White with #28553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28553C; }
p { color: rgb(40,85,60); }
H1.HeaderClassName
{
color: #28553C;
}
.AnyTagClassName
{
color: #28553C;
}
</style>
background-color css
<style>
a { background-color: #28553C; }
a { background-color: rgb(40,85,60); }
div.DivClassName
{
background-color: #28553C;
}
.BgClassName
{
background-color: #28553C;
}
</style>
border-color css
<style>
span { border-color: #28553C; }
span { border-color: rgb(40,85,60); }
td.TdClassName
{
border-color: #28553C;
}
.TagClassName
{
border-color: #28553C;
}
</style>