Shades of Green Pea #305E45
Tints of Green Pea #305E45
RGB
CMYK
RGB Variations
Color information
#305E45 (or 0x305E45) is known color: Green Pea. HEX triplet: 30, 5E and 45. RGB value is (48,94,69). Sum of RGB (Red+Green+Blue) = 48+94+69=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #305E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E45 is #CFA1BA. Grayscale: #4D4D4D. Windows color (decimal): -13607355 or 4546096. OLE color: 4546096.
HSL color Cylindrical-coordinate representation of color #305E45: hue angle of 147.39º 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 #305E45 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 94 | 69 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.63 |
| HSL | 147.39º | 0.32% | 0.28% | - |
| HSV(B) | 147.39º | 0.49% | 0.37% | - |
| XYZ | 6.3 | 9.06 | 7.05 | - |
| YUV | 77.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 69 | 0.49 | 0 | 0.27 | 0.63 | 147.39 | 0.32 | 0.28 |
| Hex | 30 | 5E | 45 | 31 | 0 | 1B | 3F | 93 | 20 | 1C |
| Octal | 60 | 136 | 105 | 61 | 0 | 33 | 77 | 223 | 40 | 34 |
| Binary | 110000 | 1011110 | 1000101 | 110001 | 0 | 11011 | 111111 | 10010011 | 100000 | 11100 |
Color Harmonies of #305E45
Complementary color
Monochromatic Colors of #305E45
Black with #305E45
Text Example
Text Example
White with #305E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E45; }
p { color: rgb(48,94,69); }
H1.HeaderClassName
{
color: #305E45;
}
.AnyTagClassName
{
color: #305E45;
}
</style>
background-color css
<style>
a { background-color: #305E45; }
a { background-color: rgb(48,94,69); }
div.DivClassName
{
background-color: #305E45;
}
.BgClassName
{
background-color: #305E45;
}
</style>
border-color css
<style>
span { border-color: #305E45; }
span { border-color: rgb(48,94,69); }
td.TdClassName
{
border-color: #305E45;
}
.TagClassName
{
border-color: #305E45;
}
</style>