Shades of Kaitoke Green #1F5437
Tints of Kaitoke Green #1F5437
RGB
CMYK
RGB Variations
Color information
#1F5437 (or 0x1F5437) is known color: Kaitoke Green. HEX triplet: 1F, 54 and 37. RGB value is (31,84,55). Sum of RGB (Red+Green+Blue) = 31+84+55=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5437 is #E0ABC8. Grayscale: #404040. Windows color (decimal): -14724041 or 3626015. OLE color: 3626015.
HSL color Cylindrical-coordinate representation of color #1F5437: hue angle of 147.17º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5437 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 55 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.67 |
| HSL | 147.17º | 0.46% | 0.23% | - |
| HSV(B) | 147.17º | 0.63% | 0.33% | - |
| XYZ | 4.42 | 6.91 | 4.71 | - |
| YUV | 64.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 55 | 0.63 | 0 | 0.35 | 0.67 | 147.17 | 0.46 | 0.23 |
| Hex | 1F | 54 | 37 | 3F | 0 | 23 | 43 | 93 | 2E | 17 |
| Octal | 37 | 124 | 67 | 77 | 0 | 43 | 103 | 223 | 56 | 27 |
| Binary | 11111 | 1010100 | 110111 | 111111 | 0 | 100011 | 1000011 | 10010011 | 101110 | 10111 |
Color Harmonies of #1F5437
Complementary color
Monochromatic Colors of #1F5437
Black with #1F5437
Text Example
Text Example
White with #1F5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5437; }
p { color: rgb(31,84,55); }
H1.HeaderClassName
{
color: #1F5437;
}
.AnyTagClassName
{
color: #1F5437;
}
</style>
background-color css
<style>
a { background-color: #1F5437; }
a { background-color: rgb(31,84,55); }
div.DivClassName
{
background-color: #1F5437;
}
.BgClassName
{
background-color: #1F5437;
}
</style>
border-color css
<style>
span { border-color: #1F5437; }
span { border-color: rgb(31,84,55); }
td.TdClassName
{
border-color: #1F5437;
}
.TagClassName
{
border-color: #1F5437;
}
</style>