Shades of Kaitoke Green #29593C
Tints of Kaitoke Green #29593C
RGB
CMYK
RGB Variations
Color information
#29593C (or 0x29593C) is known color: Kaitoke Green. HEX triplet: 29, 59 and 3C. RGB value is (41,89,60). Sum of RGB (Red+Green+Blue) = 41+89+60=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #29593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29593C is #D6A6C3. Grayscale: #474747. Windows color (decimal): -14067396 or 3954985. OLE color: 3954985.
HSL color Cylindrical-coordinate representation of color #29593C: hue angle of 143.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29593C is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 89 | 60 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.65 |
| HSL | 143.75º | 0.37% | 0.25% | - |
| HSV(B) | 143.75º | 0.54% | 0.35% | - |
| XYZ | 5.3 | 7.94 | 5.53 | - |
| YUV | 71.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 60 | 0.54 | 0 | 0.33 | 0.65 | 143.75 | 0.37 | 0.25 |
| Hex | 29 | 59 | 3C | 36 | 0 | 21 | 41 | 90 | 25 | 19 |
| Octal | 51 | 131 | 74 | 66 | 0 | 41 | 101 | 220 | 45 | 31 |
| Binary | 101001 | 1011001 | 111100 | 110110 | 0 | 100001 | 1000001 | 10010000 | 100101 | 11001 |
Color Harmonies of #29593C
Complementary color
Monochromatic Colors of #29593C
Black with #29593C
Text Example
Text Example
White with #29593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29593C; }
p { color: rgb(41,89,60); }
H1.HeaderClassName
{
color: #29593C;
}
.AnyTagClassName
{
color: #29593C;
}
</style>
background-color css
<style>
a { background-color: #29593C; }
a { background-color: rgb(41,89,60); }
div.DivClassName
{
background-color: #29593C;
}
.BgClassName
{
background-color: #29593C;
}
</style>
border-color css
<style>
span { border-color: #29593C; }
span { border-color: rgb(41,89,60); }
td.TdClassName
{
border-color: #29593C;
}
.TagClassName
{
border-color: #29593C;
}
</style>