Shades of Kaitoke Green #285735
Tints of Kaitoke Green #285735
RGB
CMYK
RGB Variations
Color information
#285735 (or 0x285735) is known color: Kaitoke Green. HEX triplet: 28, 57 and 35. RGB value is (40,87,53). Sum of RGB (Red+Green+Blue) = 40+87+53=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #285735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285735 is #D7A8CA. Grayscale: #454545. Windows color (decimal): -14133451 or 3495720. OLE color: 3495720.
HSL color Cylindrical-coordinate representation of color #285735: hue angle of 136.6º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285735 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 53 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.66 |
| HSL | 136.6º | 0.37% | 0.25% | - |
| HSV(B) | 136.6º | 0.54% | 0.34% | - |
| XYZ | 4.93 | 7.52 | 4.56 | - |
| YUV | 69.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 53 | 0.54 | 0 | 0.39 | 0.66 | 136.6 | 0.37 | 0.25 |
| Hex | 28 | 57 | 35 | 36 | 0 | 27 | 42 | 89 | 25 | 19 |
| Octal | 50 | 127 | 65 | 66 | 0 | 47 | 102 | 211 | 45 | 31 |
| Binary | 101000 | 1010111 | 110101 | 110110 | 0 | 100111 | 1000010 | 10001001 | 100101 | 11001 |
Color Harmonies of #285735
Complementary color
Monochromatic Colors of #285735
Black with #285735
Text Example
Text Example
White with #285735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285735; }
p { color: rgb(40,87,53); }
H1.HeaderClassName
{
color: #285735;
}
.AnyTagClassName
{
color: #285735;
}
</style>
background-color css
<style>
a { background-color: #285735; }
a { background-color: rgb(40,87,53); }
div.DivClassName
{
background-color: #285735;
}
.BgClassName
{
background-color: #285735;
}
</style>
border-color css
<style>
span { border-color: #285735; }
span { border-color: rgb(40,87,53); }
td.TdClassName
{
border-color: #285735;
}
.TagClassName
{
border-color: #285735;
}
</style>