Shades of Green Pea #1F633C
Tints of Green Pea #1F633C
RGB
CMYK
RGB Variations
Color information
#1F633C (or 0x1F633C) is known color: Green Pea. HEX triplet: 1F, 63 and 3C. RGB value is (31,99,60). Sum of RGB (Red+Green+Blue) = 31+99+60=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #1F633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F633C is #E09CC3. Grayscale: #4A4A4A. Windows color (decimal): -14720196 or 3957535. OLE color: 3957535.
HSL color Cylindrical-coordinate representation of color #1F633C: hue angle of 145.59º 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 #1F633C is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 60 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.61 |
| HSL | 145.59º | 0.52% | 0.25% | - |
| HSV(B) | 145.59º | 0.69% | 0.39% | - |
| XYZ | 5.84 | 9.54 | 5.81 | - |
| YUV | 74.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 60 | 0.69 | 0 | 0.39 | 0.61 | 145.59 | 0.52 | 0.25 |
| Hex | 1F | 63 | 3C | 45 | 0 | 27 | 3D | 92 | 34 | 19 |
| Octal | 37 | 143 | 74 | 105 | 0 | 47 | 75 | 222 | 64 | 31 |
| Binary | 11111 | 1100011 | 111100 | 1000101 | 0 | 100111 | 111101 | 10010010 | 110100 | 11001 |
Color Harmonies of #1F633C
Complementary color
Monochromatic Colors of #1F633C
Black with #1F633C
Text Example
Text Example
White with #1F633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F633C; }
p { color: rgb(31,99,60); }
H1.HeaderClassName
{
color: #1F633C;
}
.AnyTagClassName
{
color: #1F633C;
}
</style>
background-color css
<style>
a { background-color: #1F633C; }
a { background-color: rgb(31,99,60); }
div.DivClassName
{
background-color: #1F633C;
}
.BgClassName
{
background-color: #1F633C;
}
</style>
border-color css
<style>
span { border-color: #1F633C; }
span { border-color: rgb(31,99,60); }
td.TdClassName
{
border-color: #1F633C;
}
.TagClassName
{
border-color: #1F633C;
}
</style>