Shades of Kaitoke Green #1F5938
Tints of Kaitoke Green #1F5938
RGB
CMYK
RGB Variations
Color information
#1F5938 (or 0x1F5938) is known color: Kaitoke Green. HEX triplet: 1F, 59 and 38. RGB value is (31,89,56). Sum of RGB (Red+Green+Blue) = 31+89+56=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5938 is #E0A6C7. Grayscale: #434343. Windows color (decimal): -14722760 or 3692831. OLE color: 3692831.
HSL color Cylindrical-coordinate representation of color #1F5938: hue angle of 145.86º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5938 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 56 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.65 |
| HSL | 145.86º | 0.48% | 0.24% | - |
| HSV(B) | 145.86º | 0.65% | 0.35% | - |
| XYZ | 4.85 | 7.72 | 4.98 | - |
| YUV | 67.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 56 | 0.65 | 0 | 0.37 | 0.65 | 145.86 | 0.48 | 0.24 |
| Hex | 1F | 59 | 38 | 41 | 0 | 25 | 41 | 92 | 30 | 18 |
| Octal | 37 | 131 | 70 | 101 | 0 | 45 | 101 | 222 | 60 | 30 |
| Binary | 11111 | 1011001 | 111000 | 1000001 | 0 | 100101 | 1000001 | 10010010 | 110000 | 11000 |
Color Harmonies of #1F5938
Complementary color
Monochromatic Colors of #1F5938
Black with #1F5938
Text Example
Text Example
White with #1F5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5938; }
p { color: rgb(31,89,56); }
H1.HeaderClassName
{
color: #1F5938;
}
.AnyTagClassName
{
color: #1F5938;
}
</style>
background-color css
<style>
a { background-color: #1F5938; }
a { background-color: rgb(31,89,56); }
div.DivClassName
{
background-color: #1F5938;
}
.BgClassName
{
background-color: #1F5938;
}
</style>
border-color css
<style>
span { border-color: #1F5938; }
span { border-color: rgb(31,89,56); }
td.TdClassName
{
border-color: #1F5938;
}
.TagClassName
{
border-color: #1F5938;
}
</style>