Shades of Kaitoke Green #1F5129
Tints of Kaitoke Green #1F5129
RGB
CMYK
RGB Variations
Color information
#1F5129 (or 0x1F5129) is known color: Kaitoke Green. HEX triplet: 1F, 51 and 29. RGB value is (31,81,41). Sum of RGB (Red+Green+Blue) = 31+81+41=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #1F5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5129 is #E0AED6. Grayscale: #3D3D3D. Windows color (decimal): -14724823 or 2707743. OLE color: 2707743.
HSL color Cylindrical-coordinate representation of color #1F5129: hue angle of 132º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5129 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 41 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.68 |
| HSL | 132º | 0.45% | 0.22% | - |
| HSV(B) | 132º | 0.62% | 0.32% | - |
| XYZ | 3.91 | 6.34 | 3.11 | - |
| YUV | 61.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 41 | 0.62 | 0 | 0.49 | 0.68 | 132 | 0.45 | 0.22 |
| Hex | 1F | 51 | 29 | 3E | 0 | 31 | 44 | 84 | 2D | 16 |
| Octal | 37 | 121 | 51 | 76 | 0 | 61 | 104 | 204 | 55 | 26 |
| Binary | 11111 | 1010001 | 101001 | 111110 | 0 | 110001 | 1000100 | 10000100 | 101101 | 10110 |
Color Harmonies of #1F5129
Complementary color
Monochromatic Colors of #1F5129
Black with #1F5129
Text Example
Text Example
White with #1F5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5129; }
p { color: rgb(31,81,41); }
H1.HeaderClassName
{
color: #1F5129;
}
.AnyTagClassName
{
color: #1F5129;
}
</style>
background-color css
<style>
a { background-color: #1F5129; }
a { background-color: rgb(31,81,41); }
div.DivClassName
{
background-color: #1F5129;
}
.BgClassName
{
background-color: #1F5129;
}
</style>
border-color css
<style>
span { border-color: #1F5129; }
span { border-color: rgb(31,81,41); }
td.TdClassName
{
border-color: #1F5129;
}
.TagClassName
{
border-color: #1F5129;
}
</style>