Shades of Green Pea #306542
Tints of Green Pea #306542
RGB
CMYK
RGB Variations
Color information
#306542 (or 0x306542) is known color: Green Pea. HEX triplet: 30, 65 and 42. RGB value is (48,101,66). Sum of RGB (Red+Green+Blue) = 48+101+66=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #306542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306542 is #CF9ABD. Grayscale: #515151. Windows color (decimal): -13605566 or 4351280. OLE color: 4351280.
HSL color Cylindrical-coordinate representation of color #306542: hue angle of 140.38º 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 #306542 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 66 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.60 |
| HSL | 140.38º | 0.36% | 0.29% | - |
| HSV(B) | 140.38º | 0.52% | 0.4% | - |
| XYZ | 6.86 | 10.33 | 6.79 | - |
| YUV | 81.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 66 | 0.52 | 0 | 0.35 | 0.60 | 140.38 | 0.36 | 0.29 |
| Hex | 30 | 65 | 42 | 34 | 0 | 23 | 3C | 8C | 24 | 1D |
| Octal | 60 | 145 | 102 | 64 | 0 | 43 | 74 | 214 | 44 | 35 |
| Binary | 110000 | 1100101 | 1000010 | 110100 | 0 | 100011 | 111100 | 10001100 | 100100 | 11101 |
Color Harmonies of #306542
Complementary color
Monochromatic Colors of #306542
Black with #306542
Text Example
Text Example
White with #306542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306542; }
p { color: rgb(48,101,66); }
H1.HeaderClassName
{
color: #306542;
}
.AnyTagClassName
{
color: #306542;
}
</style>
background-color css
<style>
a { background-color: #306542; }
a { background-color: rgb(48,101,66); }
div.DivClassName
{
background-color: #306542;
}
.BgClassName
{
background-color: #306542;
}
</style>
border-color css
<style>
span { border-color: #306542; }
span { border-color: rgb(48,101,66); }
td.TdClassName
{
border-color: #306542;
}
.TagClassName
{
border-color: #306542;
}
</style>