Shades of Green Pea #306845
Tints of Green Pea #306845
RGB
CMYK
RGB Variations
Color information
#306845 (or 0x306845) is known color: Green Pea. HEX triplet: 30, 68 and 45. RGB value is (48,104,69). Sum of RGB (Red+Green+Blue) = 48+104+69=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #306845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306845 is #CF97BA. Grayscale: #535353. Windows color (decimal): -13604795 or 4548656. OLE color: 4548656.
HSL color Cylindrical-coordinate representation of color #306845: hue angle of 142.5º 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 #306845 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 69 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.59 |
| HSL | 142.5º | 0.37% | 0.3% | - |
| HSV(B) | 142.5º | 0.54% | 0.41% | - |
| XYZ | 7.24 | 10.96 | 7.36 | - |
| YUV | 83.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 69 | 0.54 | 0 | 0.34 | 0.59 | 142.5 | 0.37 | 0.3 |
| Hex | 30 | 68 | 45 | 36 | 0 | 22 | 3B | 8E | 25 | 1E |
| Octal | 60 | 150 | 105 | 66 | 0 | 42 | 73 | 216 | 45 | 36 |
| Binary | 110000 | 1101000 | 1000101 | 110110 | 0 | 100010 | 111011 | 10001110 | 100101 | 11110 |
Color Harmonies of #306845
Complementary color
Monochromatic Colors of #306845
Black with #306845
Text Example
Text Example
White with #306845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306845; }
p { color: rgb(48,104,69); }
H1.HeaderClassName
{
color: #306845;
}
.AnyTagClassName
{
color: #306845;
}
</style>
background-color css
<style>
a { background-color: #306845; }
a { background-color: rgb(48,104,69); }
div.DivClassName
{
background-color: #306845;
}
.BgClassName
{
background-color: #306845;
}
</style>
border-color css
<style>
span { border-color: #306845; }
span { border-color: rgb(48,104,69); }
td.TdClassName
{
border-color: #306845;
}
.TagClassName
{
border-color: #306845;
}
</style>