Shades of Green Pea #306949
Tints of Green Pea #306949
RGB
CMYK
RGB Variations
Color information
#306949 (or 0x306949) is known color: Green Pea. HEX triplet: 30, 69 and 49. RGB value is (48,105,73). Sum of RGB (Red+Green+Blue) = 48+105+73=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #306949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306949 is #CF96B6. Grayscale: #545454. Windows color (decimal): -13604535 or 4811056. OLE color: 4811056.
HSL color Cylindrical-coordinate representation of color #306949: hue angle of 146.32º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306949 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 73 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.59 |
| HSL | 146.32º | 0.37% | 0.3% | - |
| HSV(B) | 146.32º | 0.54% | 0.41% | - |
| XYZ | 7.47 | 11.21 | 8.07 | - |
| YUV | 84.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 73 | 0.54 | 0 | 0.30 | 0.59 | 146.32 | 0.37 | 0.3 |
| Hex | 30 | 69 | 49 | 36 | 0 | 1E | 3B | 92 | 25 | 1E |
| Octal | 60 | 151 | 111 | 66 | 0 | 36 | 73 | 222 | 45 | 36 |
| Binary | 110000 | 1101001 | 1001001 | 110110 | 0 | 11110 | 111011 | 10010010 | 100101 | 11110 |
Color Harmonies of #306949
Complementary color
Monochromatic Colors of #306949
Black with #306949
Text Example
Text Example
White with #306949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306949; }
p { color: rgb(48,105,73); }
H1.HeaderClassName
{
color: #306949;
}
.AnyTagClassName
{
color: #306949;
}
</style>
background-color css
<style>
a { background-color: #306949; }
a { background-color: rgb(48,105,73); }
div.DivClassName
{
background-color: #306949;
}
.BgClassName
{
background-color: #306949;
}
</style>
border-color css
<style>
span { border-color: #306949; }
span { border-color: rgb(48,105,73); }
td.TdClassName
{
border-color: #306949;
}
.TagClassName
{
border-color: #306949;
}
</style>