Shades of Kaitoke Green #295A39
Tints of Kaitoke Green #295A39
RGB
CMYK
RGB Variations
Color information
#295A39 (or 0x295A39) is known color: Kaitoke Green. HEX triplet: 29, 5A and 39. RGB value is (41,90,57). Sum of RGB (Red+Green+Blue) = 41+90+57=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #295A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A39 is #D6A5C6. Grayscale: #474747. Windows color (decimal): -14067143 or 3758633. OLE color: 3758633.
HSL color Cylindrical-coordinate representation of color #295A39: hue angle of 139.59º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A39 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 57 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.65 |
| HSL | 139.59º | 0.37% | 0.26% | - |
| HSV(B) | 139.59º | 0.54% | 0.35% | - |
| XYZ | 5.31 | 8.08 | 5.15 | - |
| YUV | 71.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 57 | 0.54 | 0 | 0.37 | 0.65 | 139.59 | 0.37 | 0.26 |
| Hex | 29 | 5A | 39 | 36 | 0 | 25 | 41 | 8C | 25 | 1A |
| Octal | 51 | 132 | 71 | 66 | 0 | 45 | 101 | 214 | 45 | 32 |
| Binary | 101001 | 1011010 | 111001 | 110110 | 0 | 100101 | 1000001 | 10001100 | 100101 | 11010 |
Color Harmonies of #295A39
Complementary color
Monochromatic Colors of #295A39
Black with #295A39
Text Example
Text Example
White with #295A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A39; }
p { color: rgb(41,90,57); }
H1.HeaderClassName
{
color: #295A39;
}
.AnyTagClassName
{
color: #295A39;
}
</style>
background-color css
<style>
a { background-color: #295A39; }
a { background-color: rgb(41,90,57); }
div.DivClassName
{
background-color: #295A39;
}
.BgClassName
{
background-color: #295A39;
}
</style>
border-color css
<style>
span { border-color: #295A39; }
span { border-color: rgb(41,90,57); }
td.TdClassName
{
border-color: #295A39;
}
.TagClassName
{
border-color: #295A39;
}
</style>