Shades of Kaitoke Green #285837
Tints of Kaitoke Green #285837
RGB
CMYK
RGB Variations
Color information
#285837 (or 0x285837) is known color: Kaitoke Green. HEX triplet: 28, 58 and 37. RGB value is (40,88,55). Sum of RGB (Red+Green+Blue) = 40+88+55=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #285837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285837 is #D7A7C8. Grayscale: #454545. Windows color (decimal): -14133193 or 3627048. OLE color: 3627048.
HSL color Cylindrical-coordinate representation of color #285837: hue angle of 138.75º 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 #285837 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 55 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.65 |
| HSL | 138.75º | 0.38% | 0.25% | - |
| HSV(B) | 138.75º | 0.55% | 0.35% | - |
| XYZ | 5.05 | 7.71 | 4.84 | - |
| YUV | 69.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 55 | 0.55 | 0 | 0.38 | 0.65 | 138.75 | 0.38 | 0.25 |
| Hex | 28 | 58 | 37 | 37 | 0 | 26 | 41 | 8B | 26 | 19 |
| Octal | 50 | 130 | 67 | 67 | 0 | 46 | 101 | 213 | 46 | 31 |
| Binary | 101000 | 1011000 | 110111 | 110111 | 0 | 100110 | 1000001 | 10001011 | 100110 | 11001 |
Color Harmonies of #285837
Complementary color
Monochromatic Colors of #285837
Black with #285837
Text Example
Text Example
White with #285837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285837; }
p { color: rgb(40,88,55); }
H1.HeaderClassName
{
color: #285837;
}
.AnyTagClassName
{
color: #285837;
}
</style>
background-color css
<style>
a { background-color: #285837; }
a { background-color: rgb(40,88,55); }
div.DivClassName
{
background-color: #285837;
}
.BgClassName
{
background-color: #285837;
}
</style>
border-color css
<style>
span { border-color: #285837; }
span { border-color: rgb(40,88,55); }
td.TdClassName
{
border-color: #285837;
}
.TagClassName
{
border-color: #285837;
}
</style>