Shades of Green Pea #306745
Tints of Green Pea #306745
RGB
CMYK
RGB Variations
Color information
#306745 (or 0x306745) is known color: Green Pea. HEX triplet: 30, 67 and 45. RGB value is (48,103,69). Sum of RGB (Red+Green+Blue) = 48+103+69=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #306745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306745 is #CF98BA. Grayscale: #525252. Windows color (decimal): -13605051 or 4548400. OLE color: 4548400.
HSL color Cylindrical-coordinate representation of color #306745: hue angle of 142.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306745 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 69 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.60 |
| HSL | 142.91º | 0.36% | 0.3% | - |
| HSV(B) | 142.91º | 0.53% | 0.4% | - |
| XYZ | 7.14 | 10.76 | 7.33 | - |
| YUV | 82.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 69 | 0.53 | 0 | 0.33 | 0.60 | 142.91 | 0.36 | 0.3 |
| Hex | 30 | 67 | 45 | 35 | 0 | 21 | 3C | 8F | 24 | 1E |
| Octal | 60 | 147 | 105 | 65 | 0 | 41 | 74 | 217 | 44 | 36 |
| Binary | 110000 | 1100111 | 1000101 | 110101 | 0 | 100001 | 111100 | 10001111 | 100100 | 11110 |
Color Harmonies of #306745
Complementary color
Monochromatic Colors of #306745
Black with #306745
Text Example
Text Example
White with #306745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306745; }
p { color: rgb(48,103,69); }
H1.HeaderClassName
{
color: #306745;
}
.AnyTagClassName
{
color: #306745;
}
</style>
background-color css
<style>
a { background-color: #306745; }
a { background-color: rgb(48,103,69); }
div.DivClassName
{
background-color: #306745;
}
.BgClassName
{
background-color: #306745;
}
</style>
border-color css
<style>
span { border-color: #306745; }
span { border-color: rgb(48,103,69); }
td.TdClassName
{
border-color: #306745;
}
.TagClassName
{
border-color: #306745;
}
</style>