Shades of Green Pea #1F6144
Tints of Green Pea #1F6144
RGB
CMYK
RGB Variations
Color information
#1F6144 (or 0x1F6144) is known color: Green Pea. HEX triplet: 1F, 61 and 44. RGB value is (31,97,68). Sum of RGB (Red+Green+Blue) = 31+97+68=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6144 is #E09EBB. Grayscale: #4A4A4A. Windows color (decimal): -14720700 or 4481311. OLE color: 4481311.
HSL color Cylindrical-coordinate representation of color #1F6144: hue angle of 153.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6144 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
RGB | 31 | 97 | 68 | - |
CMYK | 0.68 | 0 | 0.30 | 0.62 |
HSL | 153.64º | 0.52% | 0.25% | - |
HSV(B) | 153.64º | 0.68% | 0.38% | - |
XYZ | 5.88 | 9.26 | 6.95 | - |
YUV | 73.96 | 124.63 | 97.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 97 | 68 | 0.68 | 0 | 0.30 | 0.62 | 153.64 | 0.52 | 0.25 |
Hex | 1F | 61 | 44 | 44 | 0 | 1E | 3E | 9A | 34 | 19 |
Octal | 37 | 141 | 104 | 104 | 0 | 36 | 76 | 232 | 64 | 31 |
Binary | 11111 | 1100001 | 1000100 | 1000100 | 0 | 11110 | 111110 | 10011010 | 110100 | 11001 |
Color Harmonies of #1F6144
Complementary color
Monochromatic Colors of #1F6144
Black with #1F6144
Text Example
Text Example
White with #1F6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6144; }
p { color: rgb(31,97,68); }
H1.HeaderClassName
{
color: #1F6144;
}
.AnyTagClassName
{
color: #1F6144;
}
</style>
background-color css
<style>
a { background-color: #1F6144; }
a { background-color: rgb(31,97,68); }
div.DivClassName
{
background-color: #1F6144;
}
.BgClassName
{
background-color: #1F6144;
}
</style>
border-color css
<style>
span { border-color: #1F6144; }
span { border-color: rgb(31,97,68); }
td.TdClassName
{
border-color: #1F6144;
}
.TagClassName
{
border-color: #1F6144;
}
</style>