Shades of Kaitoke Green #1F5436
Tints of Kaitoke Green #1F5436
RGB
CMYK
RGB Variations
Color information
#1F5436 (or 0x1F5436) is known color: Kaitoke Green. HEX triplet: 1F, 54 and 36. RGB value is (31,84,54). Sum of RGB (Red+Green+Blue) = 31+84+54=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5436 is #E0ABC9. Grayscale: #404040. Windows color (decimal): -14724042 or 3560479. OLE color: 3560479.
HSL color Cylindrical-coordinate representation of color #1F5436: hue angle of 146.04º 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 #1F5436 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 54 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.67 |
| HSL | 146.04º | 0.46% | 0.23% | - |
| HSV(B) | 146.04º | 0.63% | 0.33% | - |
| XYZ | 4.4 | 6.9 | 4.59 | - |
| YUV | 64.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 54 | 0.63 | 0 | 0.36 | 0.67 | 146.04 | 0.46 | 0.23 |
| Hex | 1F | 54 | 36 | 3F | 0 | 24 | 43 | 92 | 2E | 17 |
| Octal | 37 | 124 | 66 | 77 | 0 | 44 | 103 | 222 | 56 | 27 |
| Binary | 11111 | 1010100 | 110110 | 111111 | 0 | 100100 | 1000011 | 10010010 | 101110 | 10111 |
Color Harmonies of #1F5436
Complementary color
Monochromatic Colors of #1F5436
Black with #1F5436
Text Example
Text Example
White with #1F5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5436; }
p { color: rgb(31,84,54); }
H1.HeaderClassName
{
color: #1F5436;
}
.AnyTagClassName
{
color: #1F5436;
}
</style>
background-color css
<style>
a { background-color: #1F5436; }
a { background-color: rgb(31,84,54); }
div.DivClassName
{
background-color: #1F5436;
}
.BgClassName
{
background-color: #1F5436;
}
</style>
border-color css
<style>
span { border-color: #1F5436; }
span { border-color: rgb(31,84,54); }
td.TdClassName
{
border-color: #1F5436;
}
.TagClassName
{
border-color: #1F5436;
}
</style>