Shades of Kaitoke Green #1F5229
Tints of Kaitoke Green #1F5229
RGB
CMYK
RGB Variations
Color information
#1F5229 (or 0x1F5229) is known color: Kaitoke Green. HEX triplet: 1F, 52 and 29. RGB value is (31,82,41). Sum of RGB (Red+Green+Blue) = 31+82+41=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5229 is #E0ADD6. Grayscale: #3E3E3E. Windows color (decimal): -14724567 or 2707999. OLE color: 2707999.
HSL color Cylindrical-coordinate representation of color #1F5229: hue angle of 131.76º 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 #1F5229 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 41 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.68 |
| HSL | 131.76º | 0.45% | 0.22% | - |
| HSV(B) | 131.76º | 0.62% | 0.32% | - |
| XYZ | 3.98 | 6.49 | 3.14 | - |
| YUV | 62.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 41 | 0.62 | 0 | 0.50 | 0.68 | 131.76 | 0.45 | 0.22 |
| Hex | 1F | 52 | 29 | 3E | 0 | 32 | 44 | 84 | 2D | 16 |
| Octal | 37 | 122 | 51 | 76 | 0 | 62 | 104 | 204 | 55 | 26 |
| Binary | 11111 | 1010010 | 101001 | 111110 | 0 | 110010 | 1000100 | 10000100 | 101101 | 10110 |
Color Harmonies of #1F5229
Complementary color
Monochromatic Colors of #1F5229
Black with #1F5229
Text Example
Text Example
White with #1F5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5229; }
p { color: rgb(31,82,41); }
H1.HeaderClassName
{
color: #1F5229;
}
.AnyTagClassName
{
color: #1F5229;
}
</style>
background-color css
<style>
a { background-color: #1F5229; }
a { background-color: rgb(31,82,41); }
div.DivClassName
{
background-color: #1F5229;
}
.BgClassName
{
background-color: #1F5229;
}
</style>
border-color css
<style>
span { border-color: #1F5229; }
span { border-color: rgb(31,82,41); }
td.TdClassName
{
border-color: #1F5229;
}
.TagClassName
{
border-color: #1F5229;
}
</style>