Shades of Green Pea #1F653D
Tints of Green Pea #1F653D
RGB
CMYK
RGB Variations
Color information
#1F653D (or 0x1F653D) is known color: Green Pea. HEX triplet: 1F, 65 and 3D. RGB value is (31,101,61). Sum of RGB (Red+Green+Blue) = 31+101+61=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #1F653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F653D is #E09AC2. Grayscale: #4B4B4B. Windows color (decimal): -14719683 or 4023583. OLE color: 4023583.
HSL color Cylindrical-coordinate representation of color #1F653D: hue angle of 145.71º 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 #1F653D is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 61 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.60 |
| HSL | 145.71º | 0.53% | 0.26% | - |
| HSV(B) | 145.71º | 0.69% | 0.4% | - |
| XYZ | 6.06 | 9.94 | 6.01 | - |
| YUV | 75.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 61 | 0.69 | 0 | 0.40 | 0.60 | 145.71 | 0.53 | 0.26 |
| Hex | 1F | 65 | 3D | 45 | 0 | 28 | 3C | 92 | 35 | 1A |
| Octal | 37 | 145 | 75 | 105 | 0 | 50 | 74 | 222 | 65 | 32 |
| Binary | 11111 | 1100101 | 111101 | 1000101 | 0 | 101000 | 111100 | 10010010 | 110101 | 11010 |
Color Harmonies of #1F653D
Complementary color
Monochromatic Colors of #1F653D
Black with #1F653D
Text Example
Text Example
White with #1F653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F653D; }
p { color: rgb(31,101,61); }
H1.HeaderClassName
{
color: #1F653D;
}
.AnyTagClassName
{
color: #1F653D;
}
</style>
background-color css
<style>
a { background-color: #1F653D; }
a { background-color: rgb(31,101,61); }
div.DivClassName
{
background-color: #1F653D;
}
.BgClassName
{
background-color: #1F653D;
}
</style>
border-color css
<style>
span { border-color: #1F653D; }
span { border-color: rgb(31,101,61); }
td.TdClassName
{
border-color: #1F653D;
}
.TagClassName
{
border-color: #1F653D;
}
</style>