Shades of Green Pea #306747
Tints of Green Pea #306747
RGB
CMYK
RGB Variations
Color information
#306747 (or 0x306747) is known color: Green Pea. HEX triplet: 30, 67 and 47. RGB value is (48,103,71). Sum of RGB (Red+Green+Blue) = 48+103+71=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #306747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306747 is #CF98B8. Grayscale: #525252. Windows color (decimal): -13605049 or 4679472. OLE color: 4679472.
HSL color Cylindrical-coordinate representation of color #306747: hue angle of 145.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306747 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 71 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.60 |
| HSL | 145.09º | 0.36% | 0.3% | - |
| HSV(B) | 145.09º | 0.53% | 0.4% | - |
| XYZ | 7.21 | 10.78 | 7.66 | - |
| YUV | 82.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 71 | 0.53 | 0 | 0.31 | 0.60 | 145.09 | 0.36 | 0.3 |
| Hex | 30 | 67 | 47 | 35 | 0 | 1F | 3C | 91 | 24 | 1E |
| Octal | 60 | 147 | 107 | 65 | 0 | 37 | 74 | 221 | 44 | 36 |
| Binary | 110000 | 1100111 | 1000111 | 110101 | 0 | 11111 | 111100 | 10010001 | 100100 | 11110 |
Color Harmonies of #306747
Complementary color
Monochromatic Colors of #306747
Black with #306747
Text Example
Text Example
White with #306747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306747; }
p { color: rgb(48,103,71); }
H1.HeaderClassName
{
color: #306747;
}
.AnyTagClassName
{
color: #306747;
}
</style>
background-color css
<style>
a { background-color: #306747; }
a { background-color: rgb(48,103,71); }
div.DivClassName
{
background-color: #306747;
}
.BgClassName
{
background-color: #306747;
}
</style>
border-color css
<style>
span { border-color: #306747; }
span { border-color: rgb(48,103,71); }
td.TdClassName
{
border-color: #306747;
}
.TagClassName
{
border-color: #306747;
}
</style>