Shades of Kaitoke Green #1E5A38
Tints of Kaitoke Green #1E5A38
RGB
CMYK
RGB Variations
Color information
#1E5A38 (or 0x1E5A38) is known color: Kaitoke Green. HEX triplet: 1E, 5A and 38. RGB value is (30,90,56). Sum of RGB (Red+Green+Blue) = 30+90+56=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A38 is #E1A5C7. Grayscale: #444444. Windows color (decimal): -14788040 or 3693086. OLE color: 3693086.
HSL color Cylindrical-coordinate representation of color #1E5A38: hue angle of 146º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A38 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 56 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.65 |
| HSL | 146º | 0.5% | 0.24% | - |
| HSV(B) | 146º | 0.67% | 0.35% | - |
| XYZ | 4.91 | 7.87 | 5 | - |
| YUV | 68.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 56 | 0.67 | 0 | 0.38 | 0.65 | 146 | 0.5 | 0.24 |
| Hex | 1E | 5A | 38 | 43 | 0 | 26 | 41 | 92 | 32 | 18 |
| Octal | 36 | 132 | 70 | 103 | 0 | 46 | 101 | 222 | 62 | 30 |
| Binary | 11110 | 1011010 | 111000 | 1000011 | 0 | 100110 | 1000001 | 10010010 | 110010 | 11000 |
Color Harmonies of #1E5A38
Complementary color
Monochromatic Colors of #1E5A38
Black with #1E5A38
Text Example
Text Example
White with #1E5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A38; }
p { color: rgb(30,90,56); }
H1.HeaderClassName
{
color: #1E5A38;
}
.AnyTagClassName
{
color: #1E5A38;
}
</style>
background-color css
<style>
a { background-color: #1E5A38; }
a { background-color: rgb(30,90,56); }
div.DivClassName
{
background-color: #1E5A38;
}
.BgClassName
{
background-color: #1E5A38;
}
</style>
border-color css
<style>
span { border-color: #1E5A38; }
span { border-color: rgb(30,90,56); }
td.TdClassName
{
border-color: #1E5A38;
}
.TagClassName
{
border-color: #1E5A38;
}
</style>