Shades of Kaitoke Green #1E5437
Tints of Kaitoke Green #1E5437
RGB
CMYK
RGB Variations
Color information
#1E5437 (or 0x1E5437) is known color: Kaitoke Green. HEX triplet: 1E, 54 and 37. RGB value is (30,84,55). Sum of RGB (Red+Green+Blue) = 30+84+55=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5437 is #E1ABC8. Grayscale: #404040. Windows color (decimal): -14789577 or 3626014. OLE color: 3626014.
HSL color Cylindrical-coordinate representation of color #1E5437: hue angle of 147.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E5437 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 55 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.67 |
| HSL | 147.78º | 0.47% | 0.22% | - |
| HSV(B) | 147.78º | 0.64% | 0.33% | - |
| XYZ | 4.4 | 6.89 | 4.71 | - |
| YUV | 64.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 55 | 0.64 | 0 | 0.35 | 0.67 | 147.78 | 0.47 | 0.22 |
| Hex | 1E | 54 | 37 | 40 | 0 | 23 | 43 | 94 | 2F | 16 |
| Octal | 36 | 124 | 67 | 100 | 0 | 43 | 103 | 224 | 57 | 26 |
| Binary | 11110 | 1010100 | 110111 | 1000000 | 0 | 100011 | 1000011 | 10010100 | 101111 | 10110 |
Color Harmonies of #1E5437
Complementary color
Monochromatic Colors of #1E5437
Black with #1E5437
Text Example
Text Example
White with #1E5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5437; }
p { color: rgb(30,84,55); }
H1.HeaderClassName
{
color: #1E5437;
}
.AnyTagClassName
{
color: #1E5437;
}
</style>
background-color css
<style>
a { background-color: #1E5437; }
a { background-color: rgb(30,84,55); }
div.DivClassName
{
background-color: #1E5437;
}
.BgClassName
{
background-color: #1E5437;
}
</style>
border-color css
<style>
span { border-color: #1E5437; }
span { border-color: rgb(30,84,55); }
td.TdClassName
{
border-color: #1E5437;
}
.TagClassName
{
border-color: #1E5437;
}
</style>