Shades of Kaitoke Green #295238
Tints of Kaitoke Green #295238
RGB
CMYK
RGB Variations
Color information
#295238 (or 0x295238) is known color: Kaitoke Green. HEX triplet: 29, 52 and 38. RGB value is (41,82,56). Sum of RGB (Red+Green+Blue) = 41+82+56=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #295238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295238 is #D6ADC7. Grayscale: #424242. Windows color (decimal): -14069192 or 3691049. OLE color: 3691049.
HSL color Cylindrical-coordinate representation of color #295238: hue angle of 141.95º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295238 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 56 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.68 |
| HSL | 141.95º | 0.33% | 0.24% | - |
| HSV(B) | 141.95º | 0.5% | 0.32% | - |
| XYZ | 4.65 | 6.79 | 4.81 | - |
| YUV | 66.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 56 | 0.50 | 0 | 0.32 | 0.68 | 141.95 | 0.33 | 0.24 |
| Hex | 29 | 52 | 38 | 32 | 0 | 20 | 44 | 8E | 21 | 18 |
| Octal | 51 | 122 | 70 | 62 | 0 | 40 | 104 | 216 | 41 | 30 |
| Binary | 101001 | 1010010 | 111000 | 110010 | 0 | 100000 | 1000100 | 10001110 | 100001 | 11000 |
Color Harmonies of #295238
Complementary color
Monochromatic Colors of #295238
Black with #295238
Text Example
Text Example
White with #295238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295238; }
p { color: rgb(41,82,56); }
H1.HeaderClassName
{
color: #295238;
}
.AnyTagClassName
{
color: #295238;
}
</style>
background-color css
<style>
a { background-color: #295238; }
a { background-color: rgb(41,82,56); }
div.DivClassName
{
background-color: #295238;
}
.BgClassName
{
background-color: #295238;
}
</style>
border-color css
<style>
span { border-color: #295238; }
span { border-color: rgb(41,82,56); }
td.TdClassName
{
border-color: #295238;
}
.TagClassName
{
border-color: #295238;
}
</style>