Shades of Green Pea #306A4B
Tints of Green Pea #306A4B
RGB
CMYK
RGB Variations
Color information
#306A4B (or 0x306A4B) is known color: Green Pea. HEX triplet: 30, 6A and 4B. RGB value is (48,106,75). Sum of RGB (Red+Green+Blue) = 48+106+75=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #306A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A4B is #CF95B4. Grayscale: #555555. Windows color (decimal): -13604277 or 4942384. OLE color: 4942384.
HSL color Cylindrical-coordinate representation of color #306A4B: hue angle of 147.93º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A4B is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 106 | 75 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.58 |
| HSL | 147.93º | 0.38% | 0.3% | - |
| HSV(B) | 147.93º | 0.55% | 0.42% | - |
| XYZ | 7.64 | 11.44 | 8.46 | - |
| YUV | 85.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 75 | 0.55 | 0 | 0.29 | 0.58 | 147.93 | 0.38 | 0.3 |
| Hex | 30 | 6A | 4B | 37 | 0 | 1D | 3A | 94 | 26 | 1E |
| Octal | 60 | 152 | 113 | 67 | 0 | 35 | 72 | 224 | 46 | 36 |
| Binary | 110000 | 1101010 | 1001011 | 110111 | 0 | 11101 | 111010 | 10010100 | 100110 | 11110 |
Color Harmonies of #306A4B
Complementary color
Monochromatic Colors of #306A4B
Black with #306A4B
Text Example
Text Example
White with #306A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306A4B; }
p { color: rgb(48,106,75); }
H1.HeaderClassName
{
color: #306A4B;
}
.AnyTagClassName
{
color: #306A4B;
}
</style>
background-color css
<style>
a { background-color: #306A4B; }
a { background-color: rgb(48,106,75); }
div.DivClassName
{
background-color: #306A4B;
}
.BgClassName
{
background-color: #306A4B;
}
</style>
border-color css
<style>
span { border-color: #306A4B; }
span { border-color: rgb(48,106,75); }
td.TdClassName
{
border-color: #306A4B;
}
.TagClassName
{
border-color: #306A4B;
}
</style>