Shades of Kaitoke Green #1F5128
Tints of Kaitoke Green #1F5128
RGB
CMYK
RGB Variations
Color information
#1F5128 (or 0x1F5128) is known color: Kaitoke Green. HEX triplet: 1F, 51 and 28. RGB value is (31,81,40). Sum of RGB (Red+Green+Blue) = 31+81+40=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #1F5128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5128 is #E0AED7. Grayscale: #3D3D3D. Windows color (decimal): -14724824 or 2642207. OLE color: 2642207.
HSL color Cylindrical-coordinate representation of color #1F5128: hue angle of 130.8º 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 #1F5128 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 40 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.68 |
| HSL | 130.8º | 0.45% | 0.22% | - |
| HSV(B) | 130.8º | 0.62% | 0.32% | - |
| XYZ | 3.89 | 6.33 | 3.02 | - |
| YUV | 61.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 40 | 0.62 | 0 | 0.51 | 0.68 | 130.8 | 0.45 | 0.22 |
| Hex | 1F | 51 | 28 | 3E | 0 | 33 | 44 | 83 | 2D | 16 |
| Octal | 37 | 121 | 50 | 76 | 0 | 63 | 104 | 203 | 55 | 26 |
| Binary | 11111 | 1010001 | 101000 | 111110 | 0 | 110011 | 1000100 | 10000011 | 101101 | 10110 |
Color Harmonies of #1F5128
Complementary color
Monochromatic Colors of #1F5128
Black with #1F5128
Text Example
Text Example
White with #1F5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5128; }
p { color: rgb(31,81,40); }
H1.HeaderClassName
{
color: #1F5128;
}
.AnyTagClassName
{
color: #1F5128;
}
</style>
background-color css
<style>
a { background-color: #1F5128; }
a { background-color: rgb(31,81,40); }
div.DivClassName
{
background-color: #1F5128;
}
.BgClassName
{
background-color: #1F5128;
}
</style>
border-color css
<style>
span { border-color: #1F5128; }
span { border-color: rgb(31,81,40); }
td.TdClassName
{
border-color: #1F5128;
}
.TagClassName
{
border-color: #1F5128;
}
</style>