Shades of Kaitoke Green #1E5129
Tints of Kaitoke Green #1E5129
RGB
CMYK
RGB Variations
Color information
#1E5129 (or 0x1E5129) is known color: Kaitoke Green. HEX triplet: 1E, 51 and 29. RGB value is (30,81,41). Sum of RGB (Red+Green+Blue) = 30+81+41=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #1E5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5129 is #E1AED6. Grayscale: #3D3D3D. Windows color (decimal): -14790359 or 2707742. OLE color: 2707742.
HSL color Cylindrical-coordinate representation of color #1E5129: hue angle of 132.94º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E5129 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 41 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.68 |
| HSL | 132.94º | 0.46% | 0.22% | - |
| HSV(B) | 132.94º | 0.63% | 0.32% | - |
| XYZ | 3.88 | 6.32 | 3.11 | - |
| YUV | 61.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 41 | 0.63 | 0 | 0.49 | 0.68 | 132.94 | 0.46 | 0.22 |
| Hex | 1E | 51 | 29 | 3F | 0 | 31 | 44 | 85 | 2E | 16 |
| Octal | 36 | 121 | 51 | 77 | 0 | 61 | 104 | 205 | 56 | 26 |
| Binary | 11110 | 1010001 | 101001 | 111111 | 0 | 110001 | 1000100 | 10000101 | 101110 | 10110 |
Color Harmonies of #1E5129
Complementary color
Monochromatic Colors of #1E5129
Black with #1E5129
Text Example
Text Example
White with #1E5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5129; }
p { color: rgb(30,81,41); }
H1.HeaderClassName
{
color: #1E5129;
}
.AnyTagClassName
{
color: #1E5129;
}
</style>
background-color css
<style>
a { background-color: #1E5129; }
a { background-color: rgb(30,81,41); }
div.DivClassName
{
background-color: #1E5129;
}
.BgClassName
{
background-color: #1E5129;
}
</style>
border-color css
<style>
span { border-color: #1E5129; }
span { border-color: rgb(30,81,41); }
td.TdClassName
{
border-color: #1E5129;
}
.TagClassName
{
border-color: #1E5129;
}
</style>