Shades of Green Pea #306545
Tints of Green Pea #306545
RGB
CMYK
RGB Variations
Color information
#306545 (or 0x306545) is known color: Green Pea. HEX triplet: 30, 65 and 45. RGB value is (48,101,69). Sum of RGB (Red+Green+Blue) = 48+101+69=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #306545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306545 is #CF9ABA. Grayscale: #515151. Windows color (decimal): -13605563 or 4547888. OLE color: 4547888.
HSL color Cylindrical-coordinate representation of color #306545: hue angle of 143.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306545 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 69 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.60 |
| HSL | 143.77º | 0.36% | 0.29% | - |
| HSV(B) | 143.77º | 0.52% | 0.4% | - |
| XYZ | 6.95 | 10.37 | 7.26 | - |
| YUV | 81.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 69 | 0.52 | 0 | 0.32 | 0.60 | 143.77 | 0.36 | 0.29 |
| Hex | 30 | 65 | 45 | 34 | 0 | 20 | 3C | 90 | 24 | 1D |
| Octal | 60 | 145 | 105 | 64 | 0 | 40 | 74 | 220 | 44 | 35 |
| Binary | 110000 | 1100101 | 1000101 | 110100 | 0 | 100000 | 111100 | 10010000 | 100100 | 11101 |
Color Harmonies of #306545
Complementary color
Monochromatic Colors of #306545
Black with #306545
Text Example
Text Example
White with #306545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306545; }
p { color: rgb(48,101,69); }
H1.HeaderClassName
{
color: #306545;
}
.AnyTagClassName
{
color: #306545;
}
</style>
background-color css
<style>
a { background-color: #306545; }
a { background-color: rgb(48,101,69); }
div.DivClassName
{
background-color: #306545;
}
.BgClassName
{
background-color: #306545;
}
</style>
border-color css
<style>
span { border-color: #306545; }
span { border-color: rgb(48,101,69); }
td.TdClassName
{
border-color: #306545;
}
.TagClassName
{
border-color: #306545;
}
</style>