Shades of Green Pea #1F6344
Tints of Green Pea #1F6344
RGB
CMYK
RGB Variations
Color information
#1F6344 (or 0x1F6344) is known color: Green Pea. HEX triplet: 1F, 63 and 44. RGB value is (31,99,68). Sum of RGB (Red+Green+Blue) = 31+99+68=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6344 is #E09CBB. Grayscale: #4B4B4B. Windows color (decimal): -14720188 or 4481823. OLE color: 4481823.
HSL color Cylindrical-coordinate representation of color #1F6344: hue angle of 152.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6344 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 68 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.61 |
| HSL | 152.65º | 0.52% | 0.25% | - |
| HSV(B) | 152.65º | 0.69% | 0.39% | - |
| XYZ | 6.07 | 9.63 | 7.01 | - |
| YUV | 75.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 68 | 0.69 | 0 | 0.31 | 0.61 | 152.65 | 0.52 | 0.25 |
| Hex | 1F | 63 | 44 | 45 | 0 | 1F | 3D | 99 | 34 | 19 |
| Octal | 37 | 143 | 104 | 105 | 0 | 37 | 75 | 231 | 64 | 31 |
| Binary | 11111 | 1100011 | 1000100 | 1000101 | 0 | 11111 | 111101 | 10011001 | 110100 | 11001 |
Color Harmonies of #1F6344
Complementary color
Monochromatic Colors of #1F6344
Black with #1F6344
Text Example
Text Example
White with #1F6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6344; }
p { color: rgb(31,99,68); }
H1.HeaderClassName
{
color: #1F6344;
}
.AnyTagClassName
{
color: #1F6344;
}
</style>
background-color css
<style>
a { background-color: #1F6344; }
a { background-color: rgb(31,99,68); }
div.DivClassName
{
background-color: #1F6344;
}
.BgClassName
{
background-color: #1F6344;
}
</style>
border-color css
<style>
span { border-color: #1F6344; }
span { border-color: rgb(31,99,68); }
td.TdClassName
{
border-color: #1F6344;
}
.TagClassName
{
border-color: #1F6344;
}
</style>