Shades of Kaitoke Green #1F4D32
Tints of Kaitoke Green #1F4D32
RGB
CMYK
RGB Variations
Color information
#1F4D32 (or 0x1F4D32) is known color: Kaitoke Green. HEX triplet: 1F, 4D and 32. RGB value is (31,77,50). Sum of RGB (Red+Green+Blue) = 31+77+50=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D32 is #E0B2CD. Grayscale: #3C3C3C. Windows color (decimal): -14725838 or 3296543. OLE color: 3296543.
HSL color Cylindrical-coordinate representation of color #1F4D32: hue angle of 144.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4D32 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 50 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.70 |
| HSL | 144.78º | 0.43% | 0.21% | - |
| HSV(B) | 144.78º | 0.6% | 0.3% | - |
| XYZ | 3.79 | 5.83 | 3.94 | - |
| YUV | 60.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 50 | 0.60 | 0 | 0.35 | 0.70 | 144.78 | 0.43 | 0.21 |
| Hex | 1F | 4D | 32 | 3C | 0 | 23 | 46 | 91 | 2B | 15 |
| Octal | 37 | 115 | 62 | 74 | 0 | 43 | 106 | 221 | 53 | 25 |
| Binary | 11111 | 1001101 | 110010 | 111100 | 0 | 100011 | 1000110 | 10010001 | 101011 | 10101 |
Color Harmonies of #1F4D32
Complementary color
Monochromatic Colors of #1F4D32
Black with #1F4D32
Text Example
Text Example
White with #1F4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D32; }
p { color: rgb(31,77,50); }
H1.HeaderClassName
{
color: #1F4D32;
}
.AnyTagClassName
{
color: #1F4D32;
}
</style>
background-color css
<style>
a { background-color: #1F4D32; }
a { background-color: rgb(31,77,50); }
div.DivClassName
{
background-color: #1F4D32;
}
.BgClassName
{
background-color: #1F4D32;
}
</style>
border-color css
<style>
span { border-color: #1F4D32; }
span { border-color: rgb(31,77,50); }
td.TdClassName
{
border-color: #1F4D32;
}
.TagClassName
{
border-color: #1F4D32;
}
</style>