Shades of Kaitoke Green #1E492A
Tints of Kaitoke Green #1E492A
RGB
CMYK
RGB Variations
Color information
#1E492A (or 0x1E492A) is known color: Kaitoke Green. HEX triplet: 1E, 49 and 2A. RGB value is (30,73,42). Sum of RGB (Red+Green+Blue) = 30+73+42=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #1E492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E492A is #E1B6D5. Grayscale: #383838. Windows color (decimal): -14792406 or 2771230. OLE color: 2771230.
HSL color Cylindrical-coordinate representation of color #1E492A: hue angle of 136.74º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E492A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 42 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.71 |
| HSL | 136.74º | 0.42% | 0.2% | - |
| HSV(B) | 136.74º | 0.59% | 0.29% | - |
| XYZ | 3.34 | 5.21 | 3.02 | - |
| YUV | 56.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 42 | 0.59 | 0 | 0.42 | 0.71 | 136.74 | 0.42 | 0.2 |
| Hex | 1E | 49 | 2A | 3B | 0 | 2A | 47 | 89 | 2A | 14 |
| Octal | 36 | 111 | 52 | 73 | 0 | 52 | 107 | 211 | 52 | 24 |
| Binary | 11110 | 1001001 | 101010 | 111011 | 0 | 101010 | 1000111 | 10001001 | 101010 | 10100 |
Color Harmonies of #1E492A
Complementary color
Monochromatic Colors of #1E492A
Black with #1E492A
Text Example
Text Example
White with #1E492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E492A; }
p { color: rgb(30,73,42); }
H1.HeaderClassName
{
color: #1E492A;
}
.AnyTagClassName
{
color: #1E492A;
}
</style>
background-color css
<style>
a { background-color: #1E492A; }
a { background-color: rgb(30,73,42); }
div.DivClassName
{
background-color: #1E492A;
}
.BgClassName
{
background-color: #1E492A;
}
</style>
border-color css
<style>
span { border-color: #1E492A; }
span { border-color: rgb(30,73,42); }
td.TdClassName
{
border-color: #1E492A;
}
.TagClassName
{
border-color: #1E492A;
}
</style>