Shades of Kaitoke Green #285937
Tints of Kaitoke Green #285937
RGB
CMYK
RGB Variations
Color information
#285937 (or 0x285937) is known color: Kaitoke Green. HEX triplet: 28, 59 and 37. RGB value is (40,89,55). Sum of RGB (Red+Green+Blue) = 40+89+55=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #285937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285937 is #D7A6C8. Grayscale: #464646. Windows color (decimal): -14132937 or 3627304. OLE color: 3627304.
HSL color Cylindrical-coordinate representation of color #285937: hue angle of 138.37º 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 #285937 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 55 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.65 |
| HSL | 138.37º | 0.38% | 0.25% | - |
| HSV(B) | 138.37º | 0.55% | 0.35% | - |
| XYZ | 5.14 | 7.87 | 4.86 | - |
| YUV | 70.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 55 | 0.55 | 0 | 0.38 | 0.65 | 138.37 | 0.38 | 0.25 |
| Hex | 28 | 59 | 37 | 37 | 0 | 26 | 41 | 8A | 26 | 19 |
| Octal | 50 | 131 | 67 | 67 | 0 | 46 | 101 | 212 | 46 | 31 |
| Binary | 101000 | 1011001 | 110111 | 110111 | 0 | 100110 | 1000001 | 10001010 | 100110 | 11001 |
Color Harmonies of #285937
Complementary color
Monochromatic Colors of #285937
Black with #285937
Text Example
Text Example
White with #285937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285937; }
p { color: rgb(40,89,55); }
H1.HeaderClassName
{
color: #285937;
}
.AnyTagClassName
{
color: #285937;
}
</style>
background-color css
<style>
a { background-color: #285937; }
a { background-color: rgb(40,89,55); }
div.DivClassName
{
background-color: #285937;
}
.BgClassName
{
background-color: #285937;
}
</style>
border-color css
<style>
span { border-color: #285937; }
span { border-color: rgb(40,89,55); }
td.TdClassName
{
border-color: #285937;
}
.TagClassName
{
border-color: #285937;
}
</style>