Shades of Kaitoke Green #1D5638
Tints of Kaitoke Green #1D5638
RGB
CMYK
RGB Variations
Color information
#1D5638 (or 0x1D5638) is known color: Kaitoke Green. HEX triplet: 1D, 56 and 38. RGB value is (29,86,56). Sum of RGB (Red+Green+Blue) = 29+86+56=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5638 is #E2A9C7. Grayscale: #414141. Windows color (decimal): -14854600 or 3692061. OLE color: 3692061.
HSL color Cylindrical-coordinate representation of color #1D5638: hue angle of 148.42º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5638 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 56 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.66 |
| HSL | 148.42º | 0.5% | 0.23% | - |
| HSV(B) | 148.42º | 0.66% | 0.34% | - |
| XYZ | 4.55 | 7.2 | 4.89 | - |
| YUV | 65.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 56 | 0.66 | 0 | 0.35 | 0.66 | 148.42 | 0.5 | 0.23 |
| Hex | 1D | 56 | 38 | 42 | 0 | 23 | 42 | 94 | 32 | 17 |
| Octal | 35 | 126 | 70 | 102 | 0 | 43 | 102 | 224 | 62 | 27 |
| Binary | 11101 | 1010110 | 111000 | 1000010 | 0 | 100011 | 1000010 | 10010100 | 110010 | 10111 |
Color Harmonies of #1D5638
Complementary color
Monochromatic Colors of #1D5638
Black with #1D5638
Text Example
Text Example
White with #1D5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5638; }
p { color: rgb(29,86,56); }
H1.HeaderClassName
{
color: #1D5638;
}
.AnyTagClassName
{
color: #1D5638;
}
</style>
background-color css
<style>
a { background-color: #1D5638; }
a { background-color: rgb(29,86,56); }
div.DivClassName
{
background-color: #1D5638;
}
.BgClassName
{
background-color: #1D5638;
}
</style>
border-color css
<style>
span { border-color: #1D5638; }
span { border-color: rgb(29,86,56); }
td.TdClassName
{
border-color: #1D5638;
}
.TagClassName
{
border-color: #1D5638;
}
</style>