Shades of Kaitoke Green #1F492D
Tints of Kaitoke Green #1F492D
RGB
CMYK
RGB Variations
Color information
#1F492D (or 0x1F492D) is known color: Kaitoke Green. HEX triplet: 1F, 49 and 2D. RGB value is (31,73,45). Sum of RGB (Red+Green+Blue) = 31+73+45=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492D is #E0B6D2. Grayscale: #393939. Windows color (decimal): -14726867 or 2967839. OLE color: 2967839.
HSL color Cylindrical-coordinate representation of color #1F492D: hue angle of 140º 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 #1F492D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 45 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.71 |
| HSL | 140º | 0.4% | 0.2% | - |
| HSV(B) | 140º | 0.58% | 0.29% | - |
| XYZ | 3.42 | 5.25 | 3.31 | - |
| YUV | 57.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 45 | 0.58 | 0 | 0.38 | 0.71 | 140 | 0.4 | 0.2 |
| Hex | 1F | 49 | 2D | 3A | 0 | 26 | 47 | 8C | 28 | 14 |
| Octal | 37 | 111 | 55 | 72 | 0 | 46 | 107 | 214 | 50 | 24 |
| Binary | 11111 | 1001001 | 101101 | 111010 | 0 | 100110 | 1000111 | 10001100 | 101000 | 10100 |
Color Harmonies of #1F492D
Complementary color
Monochromatic Colors of #1F492D
Black with #1F492D
Text Example
Text Example
White with #1F492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F492D; }
p { color: rgb(31,73,45); }
H1.HeaderClassName
{
color: #1F492D;
}
.AnyTagClassName
{
color: #1F492D;
}
</style>
background-color css
<style>
a { background-color: #1F492D; }
a { background-color: rgb(31,73,45); }
div.DivClassName
{
background-color: #1F492D;
}
.BgClassName
{
background-color: #1F492D;
}
</style>
border-color css
<style>
span { border-color: #1F492D; }
span { border-color: rgb(31,73,45); }
td.TdClassName
{
border-color: #1F492D;
}
.TagClassName
{
border-color: #1F492D;
}
</style>