Shades of Kaitoke Green #1F4A30
Tints of Kaitoke Green #1F4A30
RGB
CMYK
RGB Variations
Color information
#1F4A30 (or 0x1F4A30) is known color: Kaitoke Green. HEX triplet: 1F, 4A and 30. RGB value is (31,74,48). Sum of RGB (Red+Green+Blue) = 31+74+48=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A30 is #E0B5CF. Grayscale: #3A3A3A. Windows color (decimal): -14726608 or 3164703. OLE color: 3164703.
HSL color Cylindrical-coordinate representation of color #1F4A30: hue angle of 143.72º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4A30 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 74 | 48 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.71 |
| HSL | 143.72º | 0.41% | 0.21% | - |
| HSV(B) | 143.72º | 0.58% | 0.29% | - |
| XYZ | 3.55 | 5.4 | 3.65 | - |
| YUV | 58.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 48 | 0.58 | 0 | 0.35 | 0.71 | 143.72 | 0.41 | 0.21 |
| Hex | 1F | 4A | 30 | 3A | 0 | 23 | 47 | 90 | 29 | 15 |
| Octal | 37 | 112 | 60 | 72 | 0 | 43 | 107 | 220 | 51 | 25 |
| Binary | 11111 | 1001010 | 110000 | 111010 | 0 | 100011 | 1000111 | 10010000 | 101001 | 10101 |
Color Harmonies of #1F4A30
Complementary color
Monochromatic Colors of #1F4A30
Black with #1F4A30
Text Example
Text Example
White with #1F4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A30; }
p { color: rgb(31,74,48); }
H1.HeaderClassName
{
color: #1F4A30;
}
.AnyTagClassName
{
color: #1F4A30;
}
</style>
background-color css
<style>
a { background-color: #1F4A30; }
a { background-color: rgb(31,74,48); }
div.DivClassName
{
background-color: #1F4A30;
}
.BgClassName
{
background-color: #1F4A30;
}
</style>
border-color css
<style>
span { border-color: #1F4A30; }
span { border-color: rgb(31,74,48); }
td.TdClassName
{
border-color: #1F4A30;
}
.TagClassName
{
border-color: #1F4A30;
}
</style>