Shades of Kaitoke Green #1F4B2C
Tints of Kaitoke Green #1F4B2C
RGB
CMYK
RGB Variations
Color information
#1F4B2C (or 0x1F4B2C) is known color: Kaitoke Green. HEX triplet: 1F, 4B and 2C. RGB value is (31,75,44). Sum of RGB (Red+Green+Blue) = 31+75+44=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B2C is #E0B4D3. Grayscale: #3A3A3A. Windows color (decimal): -14726356 or 2902815. OLE color: 2902815.
HSL color Cylindrical-coordinate representation of color #1F4B2C: hue angle of 137.73º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B2C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 44 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.71 |
| HSL | 137.73º | 0.42% | 0.21% | - |
| HSV(B) | 137.73º | 0.59% | 0.29% | - |
| XYZ | 3.54 | 5.51 | 3.26 | - |
| YUV | 58.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 44 | 0.59 | 0 | 0.41 | 0.71 | 137.73 | 0.42 | 0.21 |
| Hex | 1F | 4B | 2C | 3B | 0 | 29 | 47 | 8A | 2A | 15 |
| Octal | 37 | 113 | 54 | 73 | 0 | 51 | 107 | 212 | 52 | 25 |
| Binary | 11111 | 1001011 | 101100 | 111011 | 0 | 101001 | 1000111 | 10001010 | 101010 | 10101 |
Color Harmonies of #1F4B2C
Complementary color
Monochromatic Colors of #1F4B2C
Black with #1F4B2C
Text Example
Text Example
White with #1F4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B2C; }
p { color: rgb(31,75,44); }
H1.HeaderClassName
{
color: #1F4B2C;
}
.AnyTagClassName
{
color: #1F4B2C;
}
</style>
background-color css
<style>
a { background-color: #1F4B2C; }
a { background-color: rgb(31,75,44); }
div.DivClassName
{
background-color: #1F4B2C;
}
.BgClassName
{
background-color: #1F4B2C;
}
</style>
border-color css
<style>
span { border-color: #1F4B2C; }
span { border-color: rgb(31,75,44); }
td.TdClassName
{
border-color: #1F4B2C;
}
.TagClassName
{
border-color: #1F4B2C;
}
</style>