Shades of Kaitoke Green #1F492E
Tints of Kaitoke Green #1F492E
RGB
CMYK
RGB Variations
Color information
#1F492E (or 0x1F492E) is known color: Kaitoke Green. HEX triplet: 1F, 49 and 2E. RGB value is (31,73,46). Sum of RGB (Red+Green+Blue) = 31+73+46=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492E is #E0B6D1. Grayscale: #393939. Windows color (decimal): -14726866 or 3033375. OLE color: 3033375.
HSL color Cylindrical-coordinate representation of color #1F492E: hue angle of 141.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F492E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 46 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.71 |
| HSL | 141.43º | 0.4% | 0.2% | - |
| HSV(B) | 141.43º | 0.58% | 0.29% | - |
| XYZ | 3.44 | 5.25 | 3.42 | - |
| YUV | 57.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 46 | 0.58 | 0 | 0.37 | 0.71 | 141.43 | 0.4 | 0.2 |
| Hex | 1F | 49 | 2E | 3A | 0 | 25 | 47 | 8D | 28 | 14 |
| Octal | 37 | 111 | 56 | 72 | 0 | 45 | 107 | 215 | 50 | 24 |
| Binary | 11111 | 1001001 | 101110 | 111010 | 0 | 100101 | 1000111 | 10001101 | 101000 | 10100 |
Color Harmonies of #1F492E
Complementary color
Monochromatic Colors of #1F492E
Black with #1F492E
Text Example
Text Example
White with #1F492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F492E; }
p { color: rgb(31,73,46); }
H1.HeaderClassName
{
color: #1F492E;
}
.AnyTagClassName
{
color: #1F492E;
}
</style>
background-color css
<style>
a { background-color: #1F492E; }
a { background-color: rgb(31,73,46); }
div.DivClassName
{
background-color: #1F492E;
}
.BgClassName
{
background-color: #1F492E;
}
</style>
border-color css
<style>
span { border-color: #1F492E; }
span { border-color: rgb(31,73,46); }
td.TdClassName
{
border-color: #1F492E;
}
.TagClassName
{
border-color: #1F492E;
}
</style>