Shades of Kaitoke Green #1F4C2E
Tints of Kaitoke Green #1F4C2E
RGB
CMYK
RGB Variations
Color information
#1F4C2E (or 0x1F4C2E) is known color: Kaitoke Green. HEX triplet: 1F, 4C and 2E. RGB value is (31,76,46). Sum of RGB (Red+Green+Blue) = 31+76+46=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C2E is #E0B3D1. Grayscale: #3B3B3B. Windows color (decimal): -14726098 or 3034143. OLE color: 3034143.
HSL color Cylindrical-coordinate representation of color #1F4C2E: hue angle of 140º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4C2E is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 76 | 46 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.70 |
| HSL | 140º | 0.42% | 0.21% | - |
| HSV(B) | 140º | 0.59% | 0.3% | - |
| XYZ | 3.64 | 5.66 | 3.48 | - |
| YUV | 59.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 46 | 0.59 | 0 | 0.39 | 0.70 | 140 | 0.42 | 0.21 |
| Hex | 1F | 4C | 2E | 3B | 0 | 27 | 46 | 8C | 2A | 15 |
| Octal | 37 | 114 | 56 | 73 | 0 | 47 | 106 | 214 | 52 | 25 |
| Binary | 11111 | 1001100 | 101110 | 111011 | 0 | 100111 | 1000110 | 10001100 | 101010 | 10101 |
Color Harmonies of #1F4C2E
Complementary color
Monochromatic Colors of #1F4C2E
Black with #1F4C2E
Text Example
Text Example
White with #1F4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C2E; }
p { color: rgb(31,76,46); }
H1.HeaderClassName
{
color: #1F4C2E;
}
.AnyTagClassName
{
color: #1F4C2E;
}
</style>
background-color css
<style>
a { background-color: #1F4C2E; }
a { background-color: rgb(31,76,46); }
div.DivClassName
{
background-color: #1F4C2E;
}
.BgClassName
{
background-color: #1F4C2E;
}
</style>
border-color css
<style>
span { border-color: #1F4C2E; }
span { border-color: rgb(31,76,46); }
td.TdClassName
{
border-color: #1F4C2E;
}
.TagClassName
{
border-color: #1F4C2E;
}
</style>