Shades of Green Pea #306848
Tints of Green Pea #306848
RGB
CMYK
RGB Variations
Color information
#306848 (or 0x306848) is known color: Green Pea. HEX triplet: 30, 68 and 48. RGB value is (48,104,72). Sum of RGB (Red+Green+Blue) = 48+104+72=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #306848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306848 is #CF97B7. Grayscale: #535353. Windows color (decimal): -13604792 or 4745264. OLE color: 4745264.
HSL color Cylindrical-coordinate representation of color #306848: hue angle of 145.71º 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 #306848 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 104 | 72 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.59 |
| HSL | 145.71º | 0.37% | 0.3% | - |
| HSV(B) | 145.71º | 0.54% | 0.41% | - |
| XYZ | 7.34 | 11 | 7.87 | - |
| YUV | 83.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 72 | 0.54 | 0 | 0.31 | 0.59 | 145.71 | 0.37 | 0.3 |
| Hex | 30 | 68 | 48 | 36 | 0 | 1F | 3B | 92 | 25 | 1E |
| Octal | 60 | 150 | 110 | 66 | 0 | 37 | 73 | 222 | 45 | 36 |
| Binary | 110000 | 1101000 | 1001000 | 110110 | 0 | 11111 | 111011 | 10010010 | 100101 | 11110 |
Color Harmonies of #306848
Complementary color
Monochromatic Colors of #306848
Black with #306848
Text Example
Text Example
White with #306848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306848; }
p { color: rgb(48,104,72); }
H1.HeaderClassName
{
color: #306848;
}
.AnyTagClassName
{
color: #306848;
}
</style>
background-color css
<style>
a { background-color: #306848; }
a { background-color: rgb(48,104,72); }
div.DivClassName
{
background-color: #306848;
}
.BgClassName
{
background-color: #306848;
}
</style>
border-color css
<style>
span { border-color: #306848; }
span { border-color: rgb(48,104,72); }
td.TdClassName
{
border-color: #306848;
}
.TagClassName
{
border-color: #306848;
}
</style>