Shades of Kaitoke Green #1F4B2E
Tints of Kaitoke Green #1F4B2E
RGB
CMYK
RGB Variations
Color information
#1F4B2E (or 0x1F4B2E) is known color: Kaitoke Green. HEX triplet: 1F, 4B and 2E. RGB value is (31,75,46). Sum of RGB (Red+Green+Blue) = 31+75+46=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B2E is #E0B4D1. Grayscale: #3A3A3A. Windows color (decimal): -14726354 or 3033887. OLE color: 3033887.
HSL color Cylindrical-coordinate representation of color #1F4B2E: hue angle of 140.45º 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 #1F4B2E is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 46 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.71 |
| HSL | 140.45º | 0.42% | 0.21% | - |
| HSV(B) | 140.45º | 0.59% | 0.29% | - |
| XYZ | 3.57 | 5.52 | 3.46 | - |
| YUV | 58.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 46 | 0.59 | 0 | 0.39 | 0.71 | 140.45 | 0.42 | 0.21 |
| Hex | 1F | 4B | 2E | 3B | 0 | 27 | 47 | 8C | 2A | 15 |
| Octal | 37 | 113 | 56 | 73 | 0 | 47 | 107 | 214 | 52 | 25 |
| Binary | 11111 | 1001011 | 101110 | 111011 | 0 | 100111 | 1000111 | 10001100 | 101010 | 10101 |
Color Harmonies of #1F4B2E
Complementary color
Monochromatic Colors of #1F4B2E
Black with #1F4B2E
Text Example
Text Example
White with #1F4B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B2E; }
p { color: rgb(31,75,46); }
H1.HeaderClassName
{
color: #1F4B2E;
}
.AnyTagClassName
{
color: #1F4B2E;
}
</style>
background-color css
<style>
a { background-color: #1F4B2E; }
a { background-color: rgb(31,75,46); }
div.DivClassName
{
background-color: #1F4B2E;
}
.BgClassName
{
background-color: #1F4B2E;
}
</style>
border-color css
<style>
span { border-color: #1F4B2E; }
span { border-color: rgb(31,75,46); }
td.TdClassName
{
border-color: #1F4B2E;
}
.TagClassName
{
border-color: #1F4B2E;
}
</style>