Shades of Green Pea #306549
Tints of Green Pea #306549
RGB
CMYK
RGB Variations
Color information
#306549 (or 0x306549) is known color: Green Pea. HEX triplet: 30, 65 and 49. RGB value is (48,101,73). Sum of RGB (Red+Green+Blue) = 48+101+73=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #306549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306549 is #CF9AB6. Grayscale: #525252. Windows color (decimal): -13605559 or 4810032. OLE color: 4810032.
HSL color Cylindrical-coordinate representation of color #306549: hue angle of 148.3º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306549 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 73 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.60 |
| HSL | 148.3º | 0.36% | 0.29% | - |
| HSV(B) | 148.3º | 0.52% | 0.4% | - |
| XYZ | 7.08 | 10.42 | 7.94 | - |
| YUV | 81.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 73 | 0.52 | 0 | 0.28 | 0.60 | 148.3 | 0.36 | 0.29 |
| Hex | 30 | 65 | 49 | 34 | 0 | 1C | 3C | 94 | 24 | 1D |
| Octal | 60 | 145 | 111 | 64 | 0 | 34 | 74 | 224 | 44 | 35 |
| Binary | 110000 | 1100101 | 1001001 | 110100 | 0 | 11100 | 111100 | 10010100 | 100100 | 11101 |
Color Harmonies of #306549
Complementary color
Monochromatic Colors of #306549
Black with #306549
Text Example
Text Example
White with #306549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306549; }
p { color: rgb(48,101,73); }
H1.HeaderClassName
{
color: #306549;
}
.AnyTagClassName
{
color: #306549;
}
</style>
background-color css
<style>
a { background-color: #306549; }
a { background-color: rgb(48,101,73); }
div.DivClassName
{
background-color: #306549;
}
.BgClassName
{
background-color: #306549;
}
</style>
border-color css
<style>
span { border-color: #306549; }
span { border-color: rgb(48,101,73); }
td.TdClassName
{
border-color: #306549;
}
.TagClassName
{
border-color: #306549;
}
</style>