Shades of Kaitoke Green #1F492B
Tints of Kaitoke Green #1F492B
RGB
CMYK
RGB Variations
Color information
#1F492B (or 0x1F492B) is known color: Kaitoke Green. HEX triplet: 1F, 49 and 2B. RGB value is (31,73,43). Sum of RGB (Red+Green+Blue) = 31+73+43=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492B is #E0B6D4. Grayscale: #393939. Windows color (decimal): -14726869 or 2836767. OLE color: 2836767.
HSL color Cylindrical-coordinate representation of color #1F492B: hue angle of 137.14º 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 #1F492B is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 43 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.71 |
| HSL | 137.14º | 0.4% | 0.2% | - |
| HSV(B) | 137.14º | 0.58% | 0.29% | - |
| XYZ | 3.38 | 5.23 | 3.12 | - |
| YUV | 57.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 43 | 0.58 | 0 | 0.41 | 0.71 | 137.14 | 0.4 | 0.2 |
| Hex | 1F | 49 | 2B | 3A | 0 | 29 | 47 | 89 | 28 | 14 |
| Octal | 37 | 111 | 53 | 72 | 0 | 51 | 107 | 211 | 50 | 24 |
| Binary | 11111 | 1001001 | 101011 | 111010 | 0 | 101001 | 1000111 | 10001001 | 101000 | 10100 |
Color Harmonies of #1F492B
Complementary color
Monochromatic Colors of #1F492B
Black with #1F492B
Text Example
Text Example
White with #1F492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F492B; }
p { color: rgb(31,73,43); }
H1.HeaderClassName
{
color: #1F492B;
}
.AnyTagClassName
{
color: #1F492B;
}
</style>
background-color css
<style>
a { background-color: #1F492B; }
a { background-color: rgb(31,73,43); }
div.DivClassName
{
background-color: #1F492B;
}
.BgClassName
{
background-color: #1F492B;
}
</style>
border-color css
<style>
span { border-color: #1F492B; }
span { border-color: rgb(31,73,43); }
td.TdClassName
{
border-color: #1F492B;
}
.TagClassName
{
border-color: #1F492B;
}
</style>