Shades of Green Pea #1F633D
Tints of Green Pea #1F633D
RGB
CMYK
RGB Variations
Color information
#1F633D (or 0x1F633D) is known color: Green Pea. HEX triplet: 1F, 63 and 3D. RGB value is (31,99,61). Sum of RGB (Red+Green+Blue) = 31+99+61=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #1F633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F633D is #E09CC2. Grayscale: #4A4A4A. Windows color (decimal): -14720195 or 4023071. OLE color: 4023071.
HSL color Cylindrical-coordinate representation of color #1F633D: hue angle of 146.47º 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 #1F633D is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 61 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.61 |
| HSL | 146.47º | 0.52% | 0.25% | - |
| HSV(B) | 146.47º | 0.69% | 0.39% | - |
| XYZ | 5.87 | 9.55 | 5.95 | - |
| YUV | 74.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 61 | 0.69 | 0 | 0.38 | 0.61 | 146.47 | 0.52 | 0.25 |
| Hex | 1F | 63 | 3D | 45 | 0 | 26 | 3D | 92 | 34 | 19 |
| Octal | 37 | 143 | 75 | 105 | 0 | 46 | 75 | 222 | 64 | 31 |
| Binary | 11111 | 1100011 | 111101 | 1000101 | 0 | 100110 | 111101 | 10010010 | 110100 | 11001 |
Color Harmonies of #1F633D
Complementary color
Monochromatic Colors of #1F633D
Black with #1F633D
Text Example
Text Example
White with #1F633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F633D; }
p { color: rgb(31,99,61); }
H1.HeaderClassName
{
color: #1F633D;
}
.AnyTagClassName
{
color: #1F633D;
}
</style>
background-color css
<style>
a { background-color: #1F633D; }
a { background-color: rgb(31,99,61); }
div.DivClassName
{
background-color: #1F633D;
}
.BgClassName
{
background-color: #1F633D;
}
</style>
border-color css
<style>
span { border-color: #1F633D; }
span { border-color: rgb(31,99,61); }
td.TdClassName
{
border-color: #1F633D;
}
.TagClassName
{
border-color: #1F633D;
}
</style>