Shades of Green Pea #305E48
Tints of Green Pea #305E48
RGB
CMYK
RGB Variations
Color information
#305E48 (or 0x305E48) is known color: Green Pea. HEX triplet: 30, 5E and 48. RGB value is (48,94,72). Sum of RGB (Red+Green+Blue) = 48+94+72=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #305E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E48 is #CFA1B7. Grayscale: #4D4D4D. Windows color (decimal): -13607352 or 4742704. OLE color: 4742704.
HSL color Cylindrical-coordinate representation of color #305E48: hue angle of 151.3º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E48 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 94 | 72 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.63 |
| HSL | 151.3º | 0.32% | 0.28% | - |
| HSV(B) | 151.3º | 0.49% | 0.37% | - |
| XYZ | 6.39 | 9.1 | 7.55 | - |
| YUV | 77.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 72 | 0.49 | 0 | 0.23 | 0.63 | 151.3 | 0.32 | 0.28 |
| Hex | 30 | 5E | 48 | 31 | 0 | 17 | 3F | 97 | 20 | 1C |
| Octal | 60 | 136 | 110 | 61 | 0 | 27 | 77 | 227 | 40 | 34 |
| Binary | 110000 | 1011110 | 1001000 | 110001 | 0 | 10111 | 111111 | 10010111 | 100000 | 11100 |
Color Harmonies of #305E48
Complementary color
Monochromatic Colors of #305E48
Black with #305E48
Text Example
Text Example
White with #305E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E48; }
p { color: rgb(48,94,72); }
H1.HeaderClassName
{
color: #305E48;
}
.AnyTagClassName
{
color: #305E48;
}
</style>
background-color css
<style>
a { background-color: #305E48; }
a { background-color: rgb(48,94,72); }
div.DivClassName
{
background-color: #305E48;
}
.BgClassName
{
background-color: #305E48;
}
</style>
border-color css
<style>
span { border-color: #305E48; }
span { border-color: rgb(48,94,72); }
td.TdClassName
{
border-color: #305E48;
}
.TagClassName
{
border-color: #305E48;
}
</style>