Shades of Kaitoke Green #285335
Tints of Kaitoke Green #285335
RGB
CMYK
RGB Variations
Color information
#285335 (or 0x285335) is known color: Kaitoke Green. HEX triplet: 28, 53 and 35. RGB value is (40,83,53). Sum of RGB (Red+Green+Blue) = 40+83+53=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #285335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285335 is #D7ACCA. Grayscale: #424242. Windows color (decimal): -14134475 or 3494696. OLE color: 3494696.
HSL color Cylindrical-coordinate representation of color #285335: hue angle of 138.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285335 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 53 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.67 |
| HSL | 138.14º | 0.35% | 0.24% | - |
| HSV(B) | 138.14º | 0.52% | 0.33% | - |
| XYZ | 4.61 | 6.89 | 4.46 | - |
| YUV | 66.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 53 | 0.52 | 0 | 0.36 | 0.67 | 138.14 | 0.35 | 0.24 |
| Hex | 28 | 53 | 35 | 34 | 0 | 24 | 43 | 8A | 23 | 18 |
| Octal | 50 | 123 | 65 | 64 | 0 | 44 | 103 | 212 | 43 | 30 |
| Binary | 101000 | 1010011 | 110101 | 110100 | 0 | 100100 | 1000011 | 10001010 | 100011 | 11000 |
Color Harmonies of #285335
Complementary color
Monochromatic Colors of #285335
Black with #285335
Text Example
Text Example
White with #285335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285335; }
p { color: rgb(40,83,53); }
H1.HeaderClassName
{
color: #285335;
}
.AnyTagClassName
{
color: #285335;
}
</style>
background-color css
<style>
a { background-color: #285335; }
a { background-color: rgb(40,83,53); }
div.DivClassName
{
background-color: #285335;
}
.BgClassName
{
background-color: #285335;
}
</style>
border-color css
<style>
span { border-color: #285335; }
span { border-color: rgb(40,83,53); }
td.TdClassName
{
border-color: #285335;
}
.TagClassName
{
border-color: #285335;
}
</style>