Shades of Kaitoke Green #1E5331
Tints of Kaitoke Green #1E5331
RGB
CMYK
RGB Variations
Color information
#1E5331 (or 0x1E5331) is known color: Kaitoke Green. HEX triplet: 1E, 53 and 31. RGB value is (30,83,49). Sum of RGB (Red+Green+Blue) = 30+83+49=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #1E5331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5331 is #E1ACCE. Grayscale: #3F3F3F. Windows color (decimal): -14789839 or 3232542. OLE color: 3232542.
HSL color Cylindrical-coordinate representation of color #1E5331: hue angle of 141.51º 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 #1E5331 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 49 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.67 |
| HSL | 141.51º | 0.47% | 0.22% | - |
| HSV(B) | 141.51º | 0.64% | 0.33% | - |
| XYZ | 4.18 | 6.68 | 3.98 | - |
| YUV | 63.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 49 | 0.64 | 0 | 0.41 | 0.67 | 141.51 | 0.47 | 0.22 |
| Hex | 1E | 53 | 31 | 40 | 0 | 29 | 43 | 8E | 2F | 16 |
| Octal | 36 | 123 | 61 | 100 | 0 | 51 | 103 | 216 | 57 | 26 |
| Binary | 11110 | 1010011 | 110001 | 1000000 | 0 | 101001 | 1000011 | 10001110 | 101111 | 10110 |
Color Harmonies of #1E5331
Complementary color
Monochromatic Colors of #1E5331
Black with #1E5331
Text Example
Text Example
White with #1E5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5331; }
p { color: rgb(30,83,49); }
H1.HeaderClassName
{
color: #1E5331;
}
.AnyTagClassName
{
color: #1E5331;
}
</style>
background-color css
<style>
a { background-color: #1E5331; }
a { background-color: rgb(30,83,49); }
div.DivClassName
{
background-color: #1E5331;
}
.BgClassName
{
background-color: #1E5331;
}
</style>
border-color css
<style>
span { border-color: #1E5331; }
span { border-color: rgb(30,83,49); }
td.TdClassName
{
border-color: #1E5331;
}
.TagClassName
{
border-color: #1E5331;
}
</style>