Shades of Kaitoke Green #1F5529
Tints of Kaitoke Green #1F5529
RGB
CMYK
RGB Variations
Color information
#1F5529 (or 0x1F5529) is known color: Kaitoke Green. HEX triplet: 1F, 55 and 29. RGB value is (31,85,41). Sum of RGB (Red+Green+Blue) = 31+85+41=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5529 is #E0AAD6. Grayscale: #3F3F3F. Windows color (decimal): -14723799 or 2708767. OLE color: 2708767.
HSL color Cylindrical-coordinate representation of color #1F5529: hue angle of 131.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5529 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 41 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.67 |
| HSL | 131.11º | 0.47% | 0.23% | - |
| HSV(B) | 131.11º | 0.64% | 0.33% | - |
| XYZ | 4.21 | 6.95 | 3.22 | - |
| YUV | 63.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 41 | 0.64 | 0 | 0.52 | 0.67 | 131.11 | 0.47 | 0.23 |
| Hex | 1F | 55 | 29 | 40 | 0 | 34 | 43 | 83 | 2F | 17 |
| Octal | 37 | 125 | 51 | 100 | 0 | 64 | 103 | 203 | 57 | 27 |
| Binary | 11111 | 1010101 | 101001 | 1000000 | 0 | 110100 | 1000011 | 10000011 | 101111 | 10111 |
Color Harmonies of #1F5529
Complementary color
Monochromatic Colors of #1F5529
Black with #1F5529
Text Example
Text Example
White with #1F5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5529; }
p { color: rgb(31,85,41); }
H1.HeaderClassName
{
color: #1F5529;
}
.AnyTagClassName
{
color: #1F5529;
}
</style>
background-color css
<style>
a { background-color: #1F5529; }
a { background-color: rgb(31,85,41); }
div.DivClassName
{
background-color: #1F5529;
}
.BgClassName
{
background-color: #1F5529;
}
</style>
border-color css
<style>
span { border-color: #1F5529; }
span { border-color: rgb(31,85,41); }
td.TdClassName
{
border-color: #1F5529;
}
.TagClassName
{
border-color: #1F5529;
}
</style>