Shades of Kaitoke Green #1E492B
Tints of Kaitoke Green #1E492B
RGB
CMYK
RGB Variations
Color information
#1E492B (or 0x1E492B) is known color: Kaitoke Green. HEX triplet: 1E, 49 and 2B. RGB value is (30,73,43). Sum of RGB (Red+Green+Blue) = 30+73+43=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #1E492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E492B is #E1B6D4. Grayscale: #383838. Windows color (decimal): -14792405 or 2836766. OLE color: 2836766.
HSL color Cylindrical-coordinate representation of color #1E492B: hue angle of 138.14º 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 #1E492B is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 43 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.71 |
| HSL | 138.14º | 0.42% | 0.2% | - |
| HSV(B) | 138.14º | 0.59% | 0.29% | - |
| XYZ | 3.35 | 5.22 | 3.12 | - |
| YUV | 56.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 43 | 0.59 | 0 | 0.41 | 0.71 | 138.14 | 0.42 | 0.2 |
| Hex | 1E | 49 | 2B | 3B | 0 | 29 | 47 | 8A | 2A | 14 |
| Octal | 36 | 111 | 53 | 73 | 0 | 51 | 107 | 212 | 52 | 24 |
| Binary | 11110 | 1001001 | 101011 | 111011 | 0 | 101001 | 1000111 | 10001010 | 101010 | 10100 |
Color Harmonies of #1E492B
Complementary color
Monochromatic Colors of #1E492B
Black with #1E492B
Text Example
Text Example
White with #1E492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E492B; }
p { color: rgb(30,73,43); }
H1.HeaderClassName
{
color: #1E492B;
}
.AnyTagClassName
{
color: #1E492B;
}
</style>
background-color css
<style>
a { background-color: #1E492B; }
a { background-color: rgb(30,73,43); }
div.DivClassName
{
background-color: #1E492B;
}
.BgClassName
{
background-color: #1E492B;
}
</style>
border-color css
<style>
span { border-color: #1E492B; }
span { border-color: rgb(30,73,43); }
td.TdClassName
{
border-color: #1E492B;
}
.TagClassName
{
border-color: #1E492B;
}
</style>