Shades of Kaitoke Green #1F4D27
Tints of Kaitoke Green #1F4D27
RGB
CMYK
RGB Variations
Color information
#1F4D27 (or 0x1F4D27) is known color: Kaitoke Green. HEX triplet: 1F, 4D and 27. RGB value is (31,77,39). Sum of RGB (Red+Green+Blue) = 31+77+39=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D27 is #E0B2D8. Grayscale: #3B3B3B. Windows color (decimal): -14725849 or 2575647. OLE color: 2575647.
HSL color Cylindrical-coordinate representation of color #1F4D27: hue angle of 130.43º 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 #1F4D27 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 39 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.70 |
| HSL | 130.43º | 0.43% | 0.21% | - |
| HSV(B) | 130.43º | 0.6% | 0.3% | - |
| XYZ | 3.59 | 5.75 | 2.84 | - |
| YUV | 58.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 39 | 0.60 | 0 | 0.49 | 0.70 | 130.43 | 0.43 | 0.21 |
| Hex | 1F | 4D | 27 | 3C | 0 | 31 | 46 | 82 | 2B | 15 |
| Octal | 37 | 115 | 47 | 74 | 0 | 61 | 106 | 202 | 53 | 25 |
| Binary | 11111 | 1001101 | 100111 | 111100 | 0 | 110001 | 1000110 | 10000010 | 101011 | 10101 |
Color Harmonies of #1F4D27
Complementary color
Monochromatic Colors of #1F4D27
Black with #1F4D27
Text Example
Text Example
White with #1F4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D27; }
p { color: rgb(31,77,39); }
H1.HeaderClassName
{
color: #1F4D27;
}
.AnyTagClassName
{
color: #1F4D27;
}
</style>
background-color css
<style>
a { background-color: #1F4D27; }
a { background-color: rgb(31,77,39); }
div.DivClassName
{
background-color: #1F4D27;
}
.BgClassName
{
background-color: #1F4D27;
}
</style>
border-color css
<style>
span { border-color: #1F4D27; }
span { border-color: rgb(31,77,39); }
td.TdClassName
{
border-color: #1F4D27;
}
.TagClassName
{
border-color: #1F4D27;
}
</style>