Shades of Green Pea #306B4B
Tints of Green Pea #306B4B
RGB
CMYK
RGB Variations
Color information
#306B4B (or 0x306B4B) is known color: Green Pea. HEX triplet: 30, 6B and 4B. RGB value is (48,107,75). Sum of RGB (Red+Green+Blue) = 48+107+75=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #306B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B4B is #CF94B4. Grayscale: #555555. Windows color (decimal): -13604021 or 4942640. OLE color: 4942640.
HSL color Cylindrical-coordinate representation of color #306B4B: hue angle of 147.46º 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 #306B4B is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 107 | 75 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.58 |
| HSL | 147.46º | 0.38% | 0.3% | - |
| HSV(B) | 147.46º | 0.55% | 0.42% | - |
| XYZ | 7.75 | 11.65 | 8.5 | - |
| YUV | 85.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 75 | 0.55 | 0 | 0.30 | 0.58 | 147.46 | 0.38 | 0.3 |
| Hex | 30 | 6B | 4B | 37 | 0 | 1E | 3A | 93 | 26 | 1E |
| Octal | 60 | 153 | 113 | 67 | 0 | 36 | 72 | 223 | 46 | 36 |
| Binary | 110000 | 1101011 | 1001011 | 110111 | 0 | 11110 | 111010 | 10010011 | 100110 | 11110 |
Color Harmonies of #306B4B
Complementary color
Monochromatic Colors of #306B4B
Black with #306B4B
Text Example
Text Example
White with #306B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B4B; }
p { color: rgb(48,107,75); }
H1.HeaderClassName
{
color: #306B4B;
}
.AnyTagClassName
{
color: #306B4B;
}
</style>
background-color css
<style>
a { background-color: #306B4B; }
a { background-color: rgb(48,107,75); }
div.DivClassName
{
background-color: #306B4B;
}
.BgClassName
{
background-color: #306B4B;
}
</style>
border-color css
<style>
span { border-color: #306B4B; }
span { border-color: rgb(48,107,75); }
td.TdClassName
{
border-color: #306B4B;
}
.TagClassName
{
border-color: #306B4B;
}
</style>