Shades of Kaitoke Green #1F5B37
Tints of Kaitoke Green #1F5B37
RGB
CMYK
RGB Variations
Color information
#1F5B37 (or 0x1F5B37) is known color: Kaitoke Green. HEX triplet: 1F, 5B and 37. RGB value is (31,91,55). Sum of RGB (Red+Green+Blue) = 31+91+55=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B37 is #E0A4C8. Grayscale: #454545. Windows color (decimal): -14722249 or 3627807. OLE color: 3627807.
HSL color Cylindrical-coordinate representation of color #1F5B37: hue angle of 144º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B37 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 55 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.64 |
| HSL | 144º | 0.49% | 0.24% | - |
| HSV(B) | 144º | 0.66% | 0.36% | - |
| XYZ | 5 | 8.05 | 4.9 | - |
| YUV | 68.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 55 | 0.66 | 0 | 0.40 | 0.64 | 144 | 0.49 | 0.24 |
| Hex | 1F | 5B | 37 | 42 | 0 | 28 | 40 | 90 | 31 | 18 |
| Octal | 37 | 133 | 67 | 102 | 0 | 50 | 100 | 220 | 61 | 30 |
| Binary | 11111 | 1011011 | 110111 | 1000010 | 0 | 101000 | 1000000 | 10010000 | 110001 | 11000 |
Color Harmonies of #1F5B37
Complementary color
Monochromatic Colors of #1F5B37
Black with #1F5B37
Text Example
Text Example
White with #1F5B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B37; }
p { color: rgb(31,91,55); }
H1.HeaderClassName
{
color: #1F5B37;
}
.AnyTagClassName
{
color: #1F5B37;
}
</style>
background-color css
<style>
a { background-color: #1F5B37; }
a { background-color: rgb(31,91,55); }
div.DivClassName
{
background-color: #1F5B37;
}
.BgClassName
{
background-color: #1F5B37;
}
</style>
border-color css
<style>
span { border-color: #1F5B37; }
span { border-color: rgb(31,91,55); }
td.TdClassName
{
border-color: #1F5B37;
}
.TagClassName
{
border-color: #1F5B37;
}
</style>