Shades of Kaitoke Green #1D5334
Tints of Kaitoke Green #1D5334
RGB
CMYK
RGB Variations
Color information
#1D5334 (or 0x1D5334) is known color: Kaitoke Green. HEX triplet: 1D, 53 and 34. RGB value is (29,83,52). Sum of RGB (Red+Green+Blue) = 29+83+52=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5334 is #E2ACCB. Grayscale: #3F3F3F. Windows color (decimal): -14855372 or 3429149. OLE color: 3429149.
HSL color Cylindrical-coordinate representation of color #1D5334: hue angle of 145.56º degrees, saturation: 0.48, 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 #1D5334 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 52 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.67 |
| HSL | 145.56º | 0.48% | 0.22% | - |
| HSV(B) | 145.56º | 0.65% | 0.33% | - |
| XYZ | 4.22 | 6.7 | 4.32 | - |
| YUV | 63.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 52 | 0.65 | 0 | 0.37 | 0.67 | 145.56 | 0.48 | 0.22 |
| Hex | 1D | 53 | 34 | 41 | 0 | 25 | 43 | 92 | 30 | 16 |
| Octal | 35 | 123 | 64 | 101 | 0 | 45 | 103 | 222 | 60 | 26 |
| Binary | 11101 | 1010011 | 110100 | 1000001 | 0 | 100101 | 1000011 | 10010010 | 110000 | 10110 |
Color Harmonies of #1D5334
Complementary color
Monochromatic Colors of #1D5334
Black with #1D5334
Text Example
Text Example
White with #1D5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5334; }
p { color: rgb(29,83,52); }
H1.HeaderClassName
{
color: #1D5334;
}
.AnyTagClassName
{
color: #1D5334;
}
</style>
background-color css
<style>
a { background-color: #1D5334; }
a { background-color: rgb(29,83,52); }
div.DivClassName
{
background-color: #1D5334;
}
.BgClassName
{
background-color: #1D5334;
}
</style>
border-color css
<style>
span { border-color: #1D5334; }
span { border-color: rgb(29,83,52); }
td.TdClassName
{
border-color: #1D5334;
}
.TagClassName
{
border-color: #1D5334;
}
</style>