Shades of Kaitoke Green #1E5937
Tints of Kaitoke Green #1E5937
RGB
CMYK
RGB Variations
Color information
#1E5937 (or 0x1E5937) is known color: Kaitoke Green. HEX triplet: 1E, 59 and 37. RGB value is (30,89,55). Sum of RGB (Red+Green+Blue) = 30+89+55=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5937 is #E1A6C8. Grayscale: #434343. Windows color (decimal): -14788297 or 3627294. OLE color: 3627294.
HSL color Cylindrical-coordinate representation of color #1E5937: 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.66%. Process color model (Four color, CMYK) of #1E5937 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 89 | 55 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.65 |
| HSL | 145.42º | 0.5% | 0.23% | - |
| HSV(B) | 145.42º | 0.66% | 0.35% | - |
| XYZ | 4.8 | 7.7 | 4.85 | - |
| YUV | 67.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 55 | 0.66 | 0 | 0.38 | 0.65 | 145.42 | 0.5 | 0.23 |
| Hex | 1E | 59 | 37 | 42 | 0 | 26 | 41 | 91 | 32 | 17 |
| Octal | 36 | 131 | 67 | 102 | 0 | 46 | 101 | 221 | 62 | 27 |
| Binary | 11110 | 1011001 | 110111 | 1000010 | 0 | 100110 | 1000001 | 10010001 | 110010 | 10111 |
Color Harmonies of #1E5937
Complementary color
Monochromatic Colors of #1E5937
Black with #1E5937
Text Example
Text Example
White with #1E5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5937; }
p { color: rgb(30,89,55); }
H1.HeaderClassName
{
color: #1E5937;
}
.AnyTagClassName
{
color: #1E5937;
}
</style>
background-color css
<style>
a { background-color: #1E5937; }
a { background-color: rgb(30,89,55); }
div.DivClassName
{
background-color: #1E5937;
}
.BgClassName
{
background-color: #1E5937;
}
</style>
border-color css
<style>
span { border-color: #1E5937; }
span { border-color: rgb(30,89,55); }
td.TdClassName
{
border-color: #1E5937;
}
.TagClassName
{
border-color: #1E5937;
}
</style>