Shades of Kaitoke Green #1E5128
Tints of Kaitoke Green #1E5128
RGB
CMYK
RGB Variations
Color information
#1E5128 (or 0x1E5128) is known color: Kaitoke Green. HEX triplet: 1E, 51 and 28. RGB value is (30,81,40). Sum of RGB (Red+Green+Blue) = 30+81+40=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #1E5128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5128 is #E1AED7. Grayscale: #3D3D3D. Windows color (decimal): -14790360 or 2642206. OLE color: 2642206.
HSL color Cylindrical-coordinate representation of color #1E5128: hue angle of 131.76º 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 #1E5128 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 40 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.68 |
| HSL | 131.76º | 0.46% | 0.22% | - |
| HSV(B) | 131.76º | 0.63% | 0.32% | - |
| XYZ | 3.86 | 6.31 | 3.02 | - |
| YUV | 61.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 40 | 0.63 | 0 | 0.51 | 0.68 | 131.76 | 0.46 | 0.22 |
| Hex | 1E | 51 | 28 | 3F | 0 | 33 | 44 | 84 | 2E | 16 |
| Octal | 36 | 121 | 50 | 77 | 0 | 63 | 104 | 204 | 56 | 26 |
| Binary | 11110 | 1010001 | 101000 | 111111 | 0 | 110011 | 1000100 | 10000100 | 101110 | 10110 |
Color Harmonies of #1E5128
Complementary color
Monochromatic Colors of #1E5128
Black with #1E5128
Text Example
Text Example
White with #1E5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5128; }
p { color: rgb(30,81,40); }
H1.HeaderClassName
{
color: #1E5128;
}
.AnyTagClassName
{
color: #1E5128;
}
</style>
background-color css
<style>
a { background-color: #1E5128; }
a { background-color: rgb(30,81,40); }
div.DivClassName
{
background-color: #1E5128;
}
.BgClassName
{
background-color: #1E5128;
}
</style>
border-color css
<style>
span { border-color: #1E5128; }
span { border-color: rgb(30,81,40); }
td.TdClassName
{
border-color: #1E5128;
}
.TagClassName
{
border-color: #1E5128;
}
</style>