Shades of Kaitoke Green #294D38
Tints of Kaitoke Green #294D38
RGB
CMYK
RGB Variations
Color information
#294D38 (or 0x294D38) is known color: Kaitoke Green. HEX triplet: 29, 4D and 38. RGB value is (41,77,56). Sum of RGB (Red+Green+Blue) = 41+77+56=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #294D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D38 is #D6B2C7. Grayscale: #3F3F3F. Windows color (decimal): -14070472 or 3689769. OLE color: 3689769.
HSL color Cylindrical-coordinate representation of color #294D38: hue angle of 145º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294D38 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 56 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.70 |
| HSL | 145º | 0.31% | 0.23% | - |
| HSV(B) | 145º | 0.47% | 0.3% | - |
| XYZ | 4.28 | 6.06 | 4.69 | - |
| YUV | 63.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 56 | 0.47 | 0 | 0.27 | 0.70 | 145 | 0.31 | 0.23 |
| Hex | 29 | 4D | 38 | 2F | 0 | 1B | 46 | 91 | 1F | 17 |
| Octal | 51 | 115 | 70 | 57 | 0 | 33 | 106 | 221 | 37 | 27 |
| Binary | 101001 | 1001101 | 111000 | 101111 | 0 | 11011 | 1000110 | 10010001 | 11111 | 10111 |
Color Harmonies of #294D38
Complementary color
Monochromatic Colors of #294D38
Black with #294D38
Text Example
Text Example
White with #294D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D38; }
p { color: rgb(41,77,56); }
H1.HeaderClassName
{
color: #294D38;
}
.AnyTagClassName
{
color: #294D38;
}
</style>
background-color css
<style>
a { background-color: #294D38; }
a { background-color: rgb(41,77,56); }
div.DivClassName
{
background-color: #294D38;
}
.BgClassName
{
background-color: #294D38;
}
</style>
border-color css
<style>
span { border-color: #294D38; }
span { border-color: rgb(41,77,56); }
td.TdClassName
{
border-color: #294D38;
}
.TagClassName
{
border-color: #294D38;
}
</style>