Shades of Green Pea #305A45
Tints of Green Pea #305A45
RGB
CMYK
RGB Variations
Color information
#305A45 (or 0x305A45) is known color: Green Pea. HEX triplet: 30, 5A and 45. RGB value is (48,90,69). Sum of RGB (Red+Green+Blue) = 48+90+69=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #305A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A45 is #CFA5BA. Grayscale: #4B4B4B. Windows color (decimal): -13608379 or 4545072. OLE color: 4545072.
HSL color Cylindrical-coordinate representation of color #305A45: hue angle of 150º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A45 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 69 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.65 |
| HSL | 150º | 0.3% | 0.27% | - |
| HSV(B) | 150º | 0.47% | 0.35% | - |
| XYZ | 5.95 | 8.37 | 6.93 | - |
| YUV | 75.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 69 | 0.47 | 0 | 0.23 | 0.65 | 150 | 0.3 | 0.27 |
| Hex | 30 | 5A | 45 | 2F | 0 | 17 | 41 | 96 | 1E | 1B |
| Octal | 60 | 132 | 105 | 57 | 0 | 27 | 101 | 226 | 36 | 33 |
| Binary | 110000 | 1011010 | 1000101 | 101111 | 0 | 10111 | 1000001 | 10010110 | 11110 | 11011 |
Color Harmonies of #305A45
Complementary color
Monochromatic Colors of #305A45
Black with #305A45
Text Example
Text Example
White with #305A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A45; }
p { color: rgb(48,90,69); }
H1.HeaderClassName
{
color: #305A45;
}
.AnyTagClassName
{
color: #305A45;
}
</style>
background-color css
<style>
a { background-color: #305A45; }
a { background-color: rgb(48,90,69); }
div.DivClassName
{
background-color: #305A45;
}
.BgClassName
{
background-color: #305A45;
}
</style>
border-color css
<style>
span { border-color: #305A45; }
span { border-color: rgb(48,90,69); }
td.TdClassName
{
border-color: #305A45;
}
.TagClassName
{
border-color: #305A45;
}
</style>