Shades of Green Pea #305A42
Tints of Green Pea #305A42
RGB
CMYK
RGB Variations
Color information
#305A42 (or 0x305A42) is known color: Green Pea. HEX triplet: 30, 5A and 42. RGB value is (48,90,66). Sum of RGB (Red+Green+Blue) = 48+90+66=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #305A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A42 is #CFA5BD. Grayscale: #4A4A4A. Windows color (decimal): -13608382 or 4348464. OLE color: 4348464.
HSL color Cylindrical-coordinate representation of color #305A42: hue angle of 145.71º 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 #305A42 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 66 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.65 |
| HSL | 145.71º | 0.3% | 0.27% | - |
| HSV(B) | 145.71º | 0.47% | 0.35% | - |
| XYZ | 5.86 | 8.33 | 6.45 | - |
| YUV | 74.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 66 | 0.47 | 0 | 0.27 | 0.65 | 145.71 | 0.3 | 0.27 |
| Hex | 30 | 5A | 42 | 2F | 0 | 1B | 41 | 92 | 1E | 1B |
| Octal | 60 | 132 | 102 | 57 | 0 | 33 | 101 | 222 | 36 | 33 |
| Binary | 110000 | 1011010 | 1000010 | 101111 | 0 | 11011 | 1000001 | 10010010 | 11110 | 11011 |
Color Harmonies of #305A42
Complementary color
Monochromatic Colors of #305A42
Black with #305A42
Text Example
Text Example
White with #305A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A42; }
p { color: rgb(48,90,66); }
H1.HeaderClassName
{
color: #305A42;
}
.AnyTagClassName
{
color: #305A42;
}
</style>
background-color css
<style>
a { background-color: #305A42; }
a { background-color: rgb(48,90,66); }
div.DivClassName
{
background-color: #305A42;
}
.BgClassName
{
background-color: #305A42;
}
</style>
border-color css
<style>
span { border-color: #305A42; }
span { border-color: rgb(48,90,66); }
td.TdClassName
{
border-color: #305A42;
}
.TagClassName
{
border-color: #305A42;
}
</style>