Shades of Kaitoke Green #1E5028
Tints of Kaitoke Green #1E5028
RGB
CMYK
RGB Variations
Color information
#1E5028 (or 0x1E5028) is known color: Kaitoke Green. HEX triplet: 1E, 50 and 28. RGB value is (30,80,40). Sum of RGB (Red+Green+Blue) = 30+80+40=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5028 is #E1AFD7. Grayscale: #3C3C3C. Windows color (decimal): -14790616 or 2641950. OLE color: 2641950.
HSL color Cylindrical-coordinate representation of color #1E5028: hue angle of 132º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E5028 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 40 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.69 |
| HSL | 132º | 0.45% | 0.22% | - |
| HSV(B) | 132º | 0.63% | 0.31% | - |
| XYZ | 3.79 | 6.17 | 3 | - |
| YUV | 60.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 40 | 0.62 | 0 | 0.5 | 0.69 | 132 | 0.45 | 0.22 |
| Hex | 1E | 50 | 28 | 3E | 0 | 32 | 45 | 84 | 2D | 16 |
| Octal | 36 | 120 | 50 | 76 | 0 | 62 | 105 | 204 | 55 | 26 |
| Binary | 11110 | 1010000 | 101000 | 111110 | 0 | 110010 | 1000101 | 10000100 | 101101 | 10110 |
Color Harmonies of #1E5028
Complementary color
Monochromatic Colors of #1E5028
Black with #1E5028
Text Example
Text Example
White with #1E5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5028; }
p { color: rgb(30,80,40); }
H1.HeaderClassName
{
color: #1E5028;
}
.AnyTagClassName
{
color: #1E5028;
}
</style>
background-color css
<style>
a { background-color: #1E5028; }
a { background-color: rgb(30,80,40); }
div.DivClassName
{
background-color: #1E5028;
}
.BgClassName
{
background-color: #1E5028;
}
</style>
border-color css
<style>
span { border-color: #1E5028; }
span { border-color: rgb(30,80,40); }
td.TdClassName
{
border-color: #1E5028;
}
.TagClassName
{
border-color: #1E5028;
}
</style>