Shades of Kaitoke Green #1F5936
Tints of Kaitoke Green #1F5936
RGB
CMYK
RGB Variations
Color information
#1F5936 (or 0x1F5936) is known color: Kaitoke Green. HEX triplet: 1F, 59 and 36. RGB value is (31,89,54). Sum of RGB (Red+Green+Blue) = 31+89+54=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #1F5936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5936 is #E0A6C9. Grayscale: #434343. Windows color (decimal): -14722762 or 3561759. OLE color: 3561759.
HSL color Cylindrical-coordinate representation of color #1F5936: hue angle of 143.79º 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 #1F5936 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 89 | 54 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.65 |
| HSL | 143.79º | 0.48% | 0.24% | - |
| HSV(B) | 143.79º | 0.65% | 0.35% | - |
| XYZ | 4.8 | 7.7 | 4.72 | - |
| YUV | 67.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 54 | 0.65 | 0 | 0.39 | 0.65 | 143.79 | 0.48 | 0.24 |
| Hex | 1F | 59 | 36 | 41 | 0 | 27 | 41 | 90 | 30 | 18 |
| Octal | 37 | 131 | 66 | 101 | 0 | 47 | 101 | 220 | 60 | 30 |
| Binary | 11111 | 1011001 | 110110 | 1000001 | 0 | 100111 | 1000001 | 10010000 | 110000 | 11000 |
Color Harmonies of #1F5936
Complementary color
Monochromatic Colors of #1F5936
Black with #1F5936
Text Example
Text Example
White with #1F5936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5936; }
p { color: rgb(31,89,54); }
H1.HeaderClassName
{
color: #1F5936;
}
.AnyTagClassName
{
color: #1F5936;
}
</style>
background-color css
<style>
a { background-color: #1F5936; }
a { background-color: rgb(31,89,54); }
div.DivClassName
{
background-color: #1F5936;
}
.BgClassName
{
background-color: #1F5936;
}
</style>
border-color css
<style>
span { border-color: #1F5936; }
span { border-color: rgb(31,89,54); }
td.TdClassName
{
border-color: #1F5936;
}
.TagClassName
{
border-color: #1F5936;
}
</style>