Shades of Kaitoke Green #1D5836
Tints of Kaitoke Green #1D5836
RGB
CMYK
RGB Variations
Color information
#1D5836 (or 0x1D5836) is known color: Kaitoke Green. HEX triplet: 1D, 58 and 36. RGB value is (29,88,54). Sum of RGB (Red+Green+Blue) = 29+88+54=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5836 is #E2A7C9. Grayscale: #424242. Windows color (decimal): -14854090 or 3561501. OLE color: 3561501.
HSL color Cylindrical-coordinate representation of color #1D5836: hue angle of 145.42º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5836 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 54 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.65 |
| HSL | 145.42º | 0.5% | 0.23% | - |
| HSV(B) | 145.42º | 0.67% | 0.35% | - |
| XYZ | 4.66 | 7.51 | 4.69 | - |
| YUV | 66.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 54 | 0.67 | 0 | 0.39 | 0.65 | 145.42 | 0.5 | 0.23 |
| Hex | 1D | 58 | 36 | 43 | 0 | 27 | 41 | 91 | 32 | 17 |
| Octal | 35 | 130 | 66 | 103 | 0 | 47 | 101 | 221 | 62 | 27 |
| Binary | 11101 | 1011000 | 110110 | 1000011 | 0 | 100111 | 1000001 | 10010001 | 110010 | 10111 |
Color Harmonies of #1D5836
Complementary color
Monochromatic Colors of #1D5836
Black with #1D5836
Text Example
Text Example
White with #1D5836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5836; }
p { color: rgb(29,88,54); }
H1.HeaderClassName
{
color: #1D5836;
}
.AnyTagClassName
{
color: #1D5836;
}
</style>
background-color css
<style>
a { background-color: #1D5836; }
a { background-color: rgb(29,88,54); }
div.DivClassName
{
background-color: #1D5836;
}
.BgClassName
{
background-color: #1D5836;
}
</style>
border-color css
<style>
span { border-color: #1D5836; }
span { border-color: rgb(29,88,54); }
td.TdClassName
{
border-color: #1D5836;
}
.TagClassName
{
border-color: #1D5836;
}
</style>