Shades of Kaitoke Green #1F573B
Tints of Kaitoke Green #1F573B
RGB
CMYK
RGB Variations
Color information
#1F573B (or 0x1F573B) is known color: Kaitoke Green. HEX triplet: 1F, 57 and 3B. RGB value is (31,87,59). Sum of RGB (Red+Green+Blue) = 31+87+59=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #1F573B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F573B is #E0A8C4. Grayscale: #434343. Windows color (decimal): -14723269 or 3888927. OLE color: 3888927.
HSL color Cylindrical-coordinate representation of color #1F573B: hue angle of 150º 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 #1F573B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 87 | 59 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.66 |
| HSL | 150º | 0.47% | 0.23% | - |
| HSV(B) | 150º | 0.64% | 0.34% | - |
| XYZ | 4.76 | 7.42 | 5.32 | - |
| YUV | 67.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 59 | 0.64 | 0 | 0.32 | 0.66 | 150 | 0.47 | 0.23 |
| Hex | 1F | 57 | 3B | 40 | 0 | 20 | 42 | 96 | 2F | 17 |
| Octal | 37 | 127 | 73 | 100 | 0 | 40 | 102 | 226 | 57 | 27 |
| Binary | 11111 | 1010111 | 111011 | 1000000 | 0 | 100000 | 1000010 | 10010110 | 101111 | 10111 |
Color Harmonies of #1F573B
Complementary color
Monochromatic Colors of #1F573B
Black with #1F573B
Text Example
Text Example
White with #1F573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F573B; }
p { color: rgb(31,87,59); }
H1.HeaderClassName
{
color: #1F573B;
}
.AnyTagClassName
{
color: #1F573B;
}
</style>
background-color css
<style>
a { background-color: #1F573B; }
a { background-color: rgb(31,87,59); }
div.DivClassName
{
background-color: #1F573B;
}
.BgClassName
{
background-color: #1F573B;
}
</style>
border-color css
<style>
span { border-color: #1F573B; }
span { border-color: rgb(31,87,59); }
td.TdClassName
{
border-color: #1F573B;
}
.TagClassName
{
border-color: #1F573B;
}
</style>