Shades of Kaitoke Green #1F4D30
Tints of Kaitoke Green #1F4D30
RGB
CMYK
RGB Variations
Color information
#1F4D30 (or 0x1F4D30) is known color: Kaitoke Green. HEX triplet: 1F, 4D and 30. RGB value is (31,77,48). Sum of RGB (Red+Green+Blue) = 31+77+48=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D30 is #E0B2CF. Grayscale: #3C3C3C. Windows color (decimal): -14725840 or 3165471. OLE color: 3165471.
HSL color Cylindrical-coordinate representation of color #1F4D30: hue angle of 142.17º 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 #1F4D30 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 48 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.70 |
| HSL | 142.17º | 0.43% | 0.21% | - |
| HSV(B) | 142.17º | 0.6% | 0.3% | - |
| XYZ | 3.75 | 5.81 | 3.72 | - |
| YUV | 59.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 48 | 0.60 | 0 | 0.38 | 0.70 | 142.17 | 0.43 | 0.21 |
| Hex | 1F | 4D | 30 | 3C | 0 | 26 | 46 | 8E | 2B | 15 |
| Octal | 37 | 115 | 60 | 74 | 0 | 46 | 106 | 216 | 53 | 25 |
| Binary | 11111 | 1001101 | 110000 | 111100 | 0 | 100110 | 1000110 | 10001110 | 101011 | 10101 |
Color Harmonies of #1F4D30
Complementary color
Monochromatic Colors of #1F4D30
Black with #1F4D30
Text Example
Text Example
White with #1F4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D30; }
p { color: rgb(31,77,48); }
H1.HeaderClassName
{
color: #1F4D30;
}
.AnyTagClassName
{
color: #1F4D30;
}
</style>
background-color css
<style>
a { background-color: #1F4D30; }
a { background-color: rgb(31,77,48); }
div.DivClassName
{
background-color: #1F4D30;
}
.BgClassName
{
background-color: #1F4D30;
}
</style>
border-color css
<style>
span { border-color: #1F4D30; }
span { border-color: rgb(31,77,48); }
td.TdClassName
{
border-color: #1F4D30;
}
.TagClassName
{
border-color: #1F4D30;
}
</style>