Shades of Green Pea #1F6540
Tints of Green Pea #1F6540
RGB
CMYK
RGB Variations
Color information
#1F6540 (or 0x1F6540) is known color: Green Pea. HEX triplet: 1F, 65 and 40. RGB value is (31,101,64). Sum of RGB (Red+Green+Blue) = 31+101+64=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6540 is #E09ABF. Grayscale: #4B4B4B. Windows color (decimal): -14719680 or 4220191. OLE color: 4220191.
HSL color Cylindrical-coordinate representation of color #1F6540: hue angle of 148.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6540 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 64 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.60 |
| HSL | 148.29º | 0.53% | 0.26% | - |
| HSV(B) | 148.29º | 0.69% | 0.4% | - |
| XYZ | 6.14 | 9.97 | 6.45 | - |
| YUV | 75.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 64 | 0.69 | 0 | 0.37 | 0.60 | 148.29 | 0.53 | 0.26 |
| Hex | 1F | 65 | 40 | 45 | 0 | 25 | 3C | 94 | 35 | 1A |
| Octal | 37 | 145 | 100 | 105 | 0 | 45 | 74 | 224 | 65 | 32 |
| Binary | 11111 | 1100101 | 1000000 | 1000101 | 0 | 100101 | 111100 | 10010100 | 110101 | 11010 |
Color Harmonies of #1F6540
Complementary color
Monochromatic Colors of #1F6540
Black with #1F6540
Text Example
Text Example
White with #1F6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6540; }
p { color: rgb(31,101,64); }
H1.HeaderClassName
{
color: #1F6540;
}
.AnyTagClassName
{
color: #1F6540;
}
</style>
background-color css
<style>
a { background-color: #1F6540; }
a { background-color: rgb(31,101,64); }
div.DivClassName
{
background-color: #1F6540;
}
.BgClassName
{
background-color: #1F6540;
}
</style>
border-color css
<style>
span { border-color: #1F6540; }
span { border-color: rgb(31,101,64); }
td.TdClassName
{
border-color: #1F6540;
}
.TagClassName
{
border-color: #1F6540;
}
</style>