Shades of Green Pea #306649
Tints of Green Pea #306649
RGB
CMYK
RGB Variations
Color information
#306649 (or 0x306649) is known color: Green Pea. HEX triplet: 30, 66 and 49. RGB value is (48,102,73). Sum of RGB (Red+Green+Blue) = 48+102+73=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #306649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306649 is #CF99B6. Grayscale: #525252. Windows color (decimal): -13605303 or 4810288. OLE color: 4810288.
HSL color Cylindrical-coordinate representation of color #306649: hue angle of 147.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306649 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 102 | 73 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.6 |
| HSL | 147.78º | 0.36% | 0.29% | - |
| HSV(B) | 147.78º | 0.53% | 0.4% | - |
| XYZ | 7.17 | 10.61 | 7.97 | - |
| YUV | 82.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 73 | 0.53 | 0 | 0.28 | 0.6 | 147.78 | 0.36 | 0.29 |
| Hex | 30 | 66 | 49 | 35 | 0 | 1C | 3C | 94 | 24 | 1D |
| Octal | 60 | 146 | 111 | 65 | 0 | 34 | 74 | 224 | 44 | 35 |
| Binary | 110000 | 1100110 | 1001001 | 110101 | 0 | 11100 | 111100 | 10010100 | 100100 | 11101 |
Color Harmonies of #306649
Complementary color
Monochromatic Colors of #306649
Black with #306649
Text Example
Text Example
White with #306649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306649; }
p { color: rgb(48,102,73); }
H1.HeaderClassName
{
color: #306649;
}
.AnyTagClassName
{
color: #306649;
}
</style>
background-color css
<style>
a { background-color: #306649; }
a { background-color: rgb(48,102,73); }
div.DivClassName
{
background-color: #306649;
}
.BgClassName
{
background-color: #306649;
}
</style>
border-color css
<style>
span { border-color: #306649; }
span { border-color: rgb(48,102,73); }
td.TdClassName
{
border-color: #306649;
}
.TagClassName
{
border-color: #306649;
}
</style>