Shades of Kaitoke Green #1D5436
Tints of Kaitoke Green #1D5436
RGB
CMYK
RGB Variations
Color information
#1D5436 (or 0x1D5436) is known color: Kaitoke Green. HEX triplet: 1D, 54 and 36. RGB value is (29,84,54). Sum of RGB (Red+Green+Blue) = 29+84+54=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5436 is #E2ABC9. Grayscale: #404040. Windows color (decimal): -14855114 or 3560477. OLE color: 3560477.
HSL color Cylindrical-coordinate representation of color #1D5436: hue angle of 147.27º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5436 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 54 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.67 |
| HSL | 147.27º | 0.49% | 0.22% | - |
| HSV(B) | 147.27º | 0.65% | 0.33% | - |
| XYZ | 4.34 | 6.87 | 4.59 | - |
| YUV | 64.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 54 | 0.65 | 0 | 0.36 | 0.67 | 147.27 | 0.49 | 0.22 |
| Hex | 1D | 54 | 36 | 41 | 0 | 24 | 43 | 93 | 31 | 16 |
| Octal | 35 | 124 | 66 | 101 | 0 | 44 | 103 | 223 | 61 | 26 |
| Binary | 11101 | 1010100 | 110110 | 1000001 | 0 | 100100 | 1000011 | 10010011 | 110001 | 10110 |
Color Harmonies of #1D5436
Complementary color
Monochromatic Colors of #1D5436
Black with #1D5436
Text Example
Text Example
White with #1D5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5436; }
p { color: rgb(29,84,54); }
H1.HeaderClassName
{
color: #1D5436;
}
.AnyTagClassName
{
color: #1D5436;
}
</style>
background-color css
<style>
a { background-color: #1D5436; }
a { background-color: rgb(29,84,54); }
div.DivClassName
{
background-color: #1D5436;
}
.BgClassName
{
background-color: #1D5436;
}
</style>
border-color css
<style>
span { border-color: #1D5436; }
span { border-color: rgb(29,84,54); }
td.TdClassName
{
border-color: #1D5436;
}
.TagClassName
{
border-color: #1D5436;
}
</style>