Shades of Kaitoke Green #285334
Tints of Kaitoke Green #285334
RGB
CMYK
RGB Variations
Color information
#285334 (or 0x285334) is known color: Kaitoke Green. HEX triplet: 28, 53 and 34. RGB value is (40,83,52). Sum of RGB (Red+Green+Blue) = 40+83+52=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #285334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285334 is #D7ACCB. Grayscale: #424242. Windows color (decimal): -14134476 or 3429160. OLE color: 3429160.
HSL color Cylindrical-coordinate representation of color #285334: hue angle of 136.74º 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 #285334 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 52 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.67 |
| HSL | 136.74º | 0.35% | 0.24% | - |
| HSV(B) | 136.74º | 0.52% | 0.33% | - |
| XYZ | 4.59 | 6.89 | 4.34 | - |
| YUV | 66.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 52 | 0.52 | 0 | 0.37 | 0.67 | 136.74 | 0.35 | 0.24 |
| Hex | 28 | 53 | 34 | 34 | 0 | 25 | 43 | 89 | 23 | 18 |
| Octal | 50 | 123 | 64 | 64 | 0 | 45 | 103 | 211 | 43 | 30 |
| Binary | 101000 | 1010011 | 110100 | 110100 | 0 | 100101 | 1000011 | 10001001 | 100011 | 11000 |
Color Harmonies of #285334
Complementary color
Monochromatic Colors of #285334
Black with #285334
Text Example
Text Example
White with #285334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285334; }
p { color: rgb(40,83,52); }
H1.HeaderClassName
{
color: #285334;
}
.AnyTagClassName
{
color: #285334;
}
</style>
background-color css
<style>
a { background-color: #285334; }
a { background-color: rgb(40,83,52); }
div.DivClassName
{
background-color: #285334;
}
.BgClassName
{
background-color: #285334;
}
</style>
border-color css
<style>
span { border-color: #285334; }
span { border-color: rgb(40,83,52); }
td.TdClassName
{
border-color: #285334;
}
.TagClassName
{
border-color: #285334;
}
</style>