Shades of Kaitoke Green #285033
Tints of Kaitoke Green #285033
RGB
CMYK
RGB Variations
Color information
#285033 (or 0x285033) is known color: Kaitoke Green. HEX triplet: 28, 50 and 33. RGB value is (40,80,51). Sum of RGB (Red+Green+Blue) = 40+80+51=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #285033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285033 is #D7AFCC. Grayscale: #404040. Windows color (decimal): -14135245 or 3362856. OLE color: 3362856.
HSL color Cylindrical-coordinate representation of color #285033: hue angle of 136.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285033 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 51 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.69 |
| HSL | 136.5º | 0.33% | 0.24% | - |
| HSV(B) | 136.5º | 0.5% | 0.31% | - |
| XYZ | 4.34 | 6.43 | 4.14 | - |
| YUV | 64.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 51 | 0.5 | 0 | 0.36 | 0.69 | 136.5 | 0.33 | 0.24 |
| Hex | 28 | 50 | 33 | 32 | 0 | 24 | 45 | 88 | 21 | 18 |
| Octal | 50 | 120 | 63 | 62 | 0 | 44 | 105 | 210 | 41 | 30 |
| Binary | 101000 | 1010000 | 110011 | 110010 | 0 | 100100 | 1000101 | 10001000 | 100001 | 11000 |
Color Harmonies of #285033
Complementary color
Monochromatic Colors of #285033
Black with #285033
Text Example
Text Example
White with #285033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285033; }
p { color: rgb(40,80,51); }
H1.HeaderClassName
{
color: #285033;
}
.AnyTagClassName
{
color: #285033;
}
</style>
background-color css
<style>
a { background-color: #285033; }
a { background-color: rgb(40,80,51); }
div.DivClassName
{
background-color: #285033;
}
.BgClassName
{
background-color: #285033;
}
</style>
border-color css
<style>
span { border-color: #285033; }
span { border-color: rgb(40,80,51); }
td.TdClassName
{
border-color: #285033;
}
.TagClassName
{
border-color: #285033;
}
</style>