Shades of Kaitoke Green #285A35
Tints of Kaitoke Green #285A35
RGB
CMYK
RGB Variations
Color information
#285A35 (or 0x285A35) is known color: Kaitoke Green. HEX triplet: 28, 5A and 35. RGB value is (40,90,53). Sum of RGB (Red+Green+Blue) = 40+90+53=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #285A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A35 is #D7A5CA. Grayscale: #464646. Windows color (decimal): -14132683 or 3496488. OLE color: 3496488.
HSL color Cylindrical-coordinate representation of color #285A35: hue angle of 135.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A35 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 53 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.65 |
| HSL | 135.6º | 0.38% | 0.25% | - |
| HSV(B) | 135.6º | 0.56% | 0.35% | - |
| XYZ | 5.17 | 8.02 | 4.64 | - |
| YUV | 70.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 53 | 0.56 | 0 | 0.41 | 0.65 | 135.6 | 0.38 | 0.25 |
| Hex | 28 | 5A | 35 | 38 | 0 | 29 | 41 | 88 | 26 | 19 |
| Octal | 50 | 132 | 65 | 70 | 0 | 51 | 101 | 210 | 46 | 31 |
| Binary | 101000 | 1011010 | 110101 | 111000 | 0 | 101001 | 1000001 | 10001000 | 100110 | 11001 |
Color Harmonies of #285A35
Complementary color
Monochromatic Colors of #285A35
Black with #285A35
Text Example
Text Example
White with #285A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A35; }
p { color: rgb(40,90,53); }
H1.HeaderClassName
{
color: #285A35;
}
.AnyTagClassName
{
color: #285A35;
}
</style>
background-color css
<style>
a { background-color: #285A35; }
a { background-color: rgb(40,90,53); }
div.DivClassName
{
background-color: #285A35;
}
.BgClassName
{
background-color: #285A35;
}
</style>
border-color css
<style>
span { border-color: #285A35; }
span { border-color: rgb(40,90,53); }
td.TdClassName
{
border-color: #285A35;
}
.TagClassName
{
border-color: #285A35;
}
</style>