Shades of Kaitoke Green #1F572F
Tints of Kaitoke Green #1F572F
RGB
CMYK
RGB Variations
Color information
#1F572F (or 0x1F572F) is known color: Kaitoke Green. HEX triplet: 1F, 57 and 2F. RGB value is (31,87,47). Sum of RGB (Red+Green+Blue) = 31+87+47=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #1F572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F572F is #E0A8D0. Grayscale: #414141. Windows color (decimal): -14723281 or 3102495. OLE color: 3102495.
HSL color Cylindrical-coordinate representation of color #1F572F: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F572F is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 87 | 47 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.66 |
| HSL | 137.14º | 0.47% | 0.23% | - |
| HSV(B) | 137.14º | 0.64% | 0.34% | - |
| XYZ | 4.49 | 7.31 | 3.86 | - |
| YUV | 65.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 47 | 0.64 | 0 | 0.46 | 0.66 | 137.14 | 0.47 | 0.23 |
| Hex | 1F | 57 | 2F | 40 | 0 | 2E | 42 | 89 | 2F | 17 |
| Octal | 37 | 127 | 57 | 100 | 0 | 56 | 102 | 211 | 57 | 27 |
| Binary | 11111 | 1010111 | 101111 | 1000000 | 0 | 101110 | 1000010 | 10001001 | 101111 | 10111 |
Color Harmonies of #1F572F
Complementary color
Monochromatic Colors of #1F572F
Black with #1F572F
Text Example
Text Example
White with #1F572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F572F; }
p { color: rgb(31,87,47); }
H1.HeaderClassName
{
color: #1F572F;
}
.AnyTagClassName
{
color: #1F572F;
}
</style>
background-color css
<style>
a { background-color: #1F572F; }
a { background-color: rgb(31,87,47); }
div.DivClassName
{
background-color: #1F572F;
}
.BgClassName
{
background-color: #1F572F;
}
</style>
border-color css
<style>
span { border-color: #1F572F; }
span { border-color: rgb(31,87,47); }
td.TdClassName
{
border-color: #1F572F;
}
.TagClassName
{
border-color: #1F572F;
}
</style>