Shades of Kaitoke Green #1D5437
Tints of Kaitoke Green #1D5437
RGB
CMYK
RGB Variations
Color information
#1D5437 (or 0x1D5437) is known color: Kaitoke Green. HEX triplet: 1D, 54 and 37. RGB value is (29,84,55). Sum of RGB (Red+Green+Blue) = 29+84+55=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5437 is #E2ABC8. Grayscale: #404040. Windows color (decimal): -14855113 or 3626013. OLE color: 3626013.
HSL color Cylindrical-coordinate representation of color #1D5437: hue angle of 148.36º 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 #1D5437 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 55 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.67 |
| HSL | 148.36º | 0.49% | 0.22% | - |
| HSV(B) | 148.36º | 0.65% | 0.33% | - |
| XYZ | 4.37 | 6.88 | 4.71 | - |
| YUV | 64.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 55 | 0.65 | 0 | 0.35 | 0.67 | 148.36 | 0.49 | 0.22 |
| Hex | 1D | 54 | 37 | 41 | 0 | 23 | 43 | 94 | 31 | 16 |
| Octal | 35 | 124 | 67 | 101 | 0 | 43 | 103 | 224 | 61 | 26 |
| Binary | 11101 | 1010100 | 110111 | 1000001 | 0 | 100011 | 1000011 | 10010100 | 110001 | 10110 |
Color Harmonies of #1D5437
Complementary color
Monochromatic Colors of #1D5437
Black with #1D5437
Text Example
Text Example
White with #1D5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5437; }
p { color: rgb(29,84,55); }
H1.HeaderClassName
{
color: #1D5437;
}
.AnyTagClassName
{
color: #1D5437;
}
</style>
background-color css
<style>
a { background-color: #1D5437; }
a { background-color: rgb(29,84,55); }
div.DivClassName
{
background-color: #1D5437;
}
.BgClassName
{
background-color: #1D5437;
}
</style>
border-color css
<style>
span { border-color: #1D5437; }
span { border-color: rgb(29,84,55); }
td.TdClassName
{
border-color: #1D5437;
}
.TagClassName
{
border-color: #1D5437;
}
</style>