Shades of Kaitoke Green #1F563B
Tints of Kaitoke Green #1F563B
RGB
CMYK
RGB Variations
Color information
#1F563B (or 0x1F563B) is known color: Kaitoke Green. HEX triplet: 1F, 56 and 3B. RGB value is (31,86,59). Sum of RGB (Red+Green+Blue) = 31+86+59=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #1F563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F563B is #E0A9C4. Grayscale: #424242. Windows color (decimal): -14723525 or 3888671. OLE color: 3888671.
HSL color Cylindrical-coordinate representation of color #1F563B: hue angle of 150.55º 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 #1F563B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 59 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.66 |
| HSL | 150.55º | 0.47% | 0.23% | - |
| HSV(B) | 150.55º | 0.64% | 0.34% | - |
| XYZ | 4.68 | 7.26 | 5.29 | - |
| YUV | 66.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 59 | 0.64 | 0 | 0.31 | 0.66 | 150.55 | 0.47 | 0.23 |
| Hex | 1F | 56 | 3B | 40 | 0 | 1F | 42 | 97 | 2F | 17 |
| Octal | 37 | 126 | 73 | 100 | 0 | 37 | 102 | 227 | 57 | 27 |
| Binary | 11111 | 1010110 | 111011 | 1000000 | 0 | 11111 | 1000010 | 10010111 | 101111 | 10111 |
Color Harmonies of #1F563B
Complementary color
Monochromatic Colors of #1F563B
Black with #1F563B
Text Example
Text Example
White with #1F563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F563B; }
p { color: rgb(31,86,59); }
H1.HeaderClassName
{
color: #1F563B;
}
.AnyTagClassName
{
color: #1F563B;
}
</style>
background-color css
<style>
a { background-color: #1F563B; }
a { background-color: rgb(31,86,59); }
div.DivClassName
{
background-color: #1F563B;
}
.BgClassName
{
background-color: #1F563B;
}
</style>
border-color css
<style>
span { border-color: #1F563B; }
span { border-color: rgb(31,86,59); }
td.TdClassName
{
border-color: #1F563B;
}
.TagClassName
{
border-color: #1F563B;
}
</style>