Shades of Kaitoke Green #1F4A2B
Tints of Kaitoke Green #1F4A2B
RGB
CMYK
RGB Variations
Color information
#1F4A2B (or 0x1F4A2B) is known color: Kaitoke Green. HEX triplet: 1F, 4A and 2B. RGB value is (31,74,43). Sum of RGB (Red+Green+Blue) = 31+74+43=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A2B is #E0B5D4. Grayscale: #393939. Windows color (decimal): -14726613 or 2837023. OLE color: 2837023.
HSL color Cylindrical-coordinate representation of color #1F4A2B: hue angle of 136.74º 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 #1F4A2B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 74 | 43 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.71 |
| HSL | 136.74º | 0.41% | 0.21% | - |
| HSV(B) | 136.74º | 0.58% | 0.29% | - |
| XYZ | 3.45 | 5.36 | 3.14 | - |
| YUV | 57.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 43 | 0.58 | 0 | 0.42 | 0.71 | 136.74 | 0.41 | 0.21 |
| Hex | 1F | 4A | 2B | 3A | 0 | 2A | 47 | 89 | 29 | 15 |
| Octal | 37 | 112 | 53 | 72 | 0 | 52 | 107 | 211 | 51 | 25 |
| Binary | 11111 | 1001010 | 101011 | 111010 | 0 | 101010 | 1000111 | 10001001 | 101001 | 10101 |
Color Harmonies of #1F4A2B
Complementary color
Monochromatic Colors of #1F4A2B
Black with #1F4A2B
Text Example
Text Example
White with #1F4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A2B; }
p { color: rgb(31,74,43); }
H1.HeaderClassName
{
color: #1F4A2B;
}
.AnyTagClassName
{
color: #1F4A2B;
}
</style>
background-color css
<style>
a { background-color: #1F4A2B; }
a { background-color: rgb(31,74,43); }
div.DivClassName
{
background-color: #1F4A2B;
}
.BgClassName
{
background-color: #1F4A2B;
}
</style>
border-color css
<style>
span { border-color: #1F4A2B; }
span { border-color: rgb(31,74,43); }
td.TdClassName
{
border-color: #1F4A2B;
}
.TagClassName
{
border-color: #1F4A2B;
}
</style>