Shades of Green Pea #306343
Tints of Green Pea #306343
RGB
CMYK
RGB Variations
Color information
#306343 (or 0x306343) is known color: Green Pea. HEX triplet: 30, 63 and 43. RGB value is (48,99,67). Sum of RGB (Red+Green+Blue) = 48+99+67=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #306343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306343 is #CF9CBC. Grayscale: #505050. Windows color (decimal): -13606077 or 4416304. OLE color: 4416304.
HSL color Cylindrical-coordinate representation of color #306343: hue angle of 142.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306343 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 67 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.61 |
| HSL | 142.35º | 0.35% | 0.29% | - |
| HSV(B) | 142.35º | 0.52% | 0.39% | - |
| XYZ | 6.69 | 9.96 | 6.88 | - |
| YUV | 80.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 67 | 0.52 | 0 | 0.32 | 0.61 | 142.35 | 0.35 | 0.29 |
| Hex | 30 | 63 | 43 | 34 | 0 | 20 | 3D | 8E | 23 | 1D |
| Octal | 60 | 143 | 103 | 64 | 0 | 40 | 75 | 216 | 43 | 35 |
| Binary | 110000 | 1100011 | 1000011 | 110100 | 0 | 100000 | 111101 | 10001110 | 100011 | 11101 |
Color Harmonies of #306343
Complementary color
Monochromatic Colors of #306343
Black with #306343
Text Example
Text Example
White with #306343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306343; }
p { color: rgb(48,99,67); }
H1.HeaderClassName
{
color: #306343;
}
.AnyTagClassName
{
color: #306343;
}
</style>
background-color css
<style>
a { background-color: #306343; }
a { background-color: rgb(48,99,67); }
div.DivClassName
{
background-color: #306343;
}
.BgClassName
{
background-color: #306343;
}
</style>
border-color css
<style>
span { border-color: #306343; }
span { border-color: rgb(48,99,67); }
td.TdClassName
{
border-color: #306343;
}
.TagClassName
{
border-color: #306343;
}
</style>