Shades of Green Pea #206748
Tints of Green Pea #206748
RGB
CMYK
RGB Variations
Color information
#206748 (or 0x206748) is known color: Green Pea. HEX triplet: 20, 67 and 48. RGB value is (32,103,72). Sum of RGB (Red+Green+Blue) = 32+103+72=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #206748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206748 is #DF98B7. Grayscale: #4E4E4E. Windows color (decimal): -14653624 or 4744992. OLE color: 4744992.
HSL color Cylindrical-coordinate representation of color #206748: hue angle of 153.8º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206748 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 72 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.60 |
| HSL | 153.8º | 0.53% | 0.26% | - |
| HSV(B) | 153.8º | 0.69% | 0.4% | - |
| XYZ | 6.62 | 10.48 | 7.8 | - |
| YUV | 78.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 72 | 0.69 | 0 | 0.30 | 0.60 | 153.8 | 0.53 | 0.26 |
| Hex | 20 | 67 | 48 | 45 | 0 | 1E | 3C | 9A | 35 | 1A |
| Octal | 40 | 147 | 110 | 105 | 0 | 36 | 74 | 232 | 65 | 32 |
| Binary | 100000 | 1100111 | 1001000 | 1000101 | 0 | 11110 | 111100 | 10011010 | 110101 | 11010 |
Color Harmonies of #206748
Complementary color
Monochromatic Colors of #206748
Black with #206748
Text Example
Text Example
White with #206748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206748; }
p { color: rgb(32,103,72); }
H1.HeaderClassName
{
color: #206748;
}
.AnyTagClassName
{
color: #206748;
}
</style>
background-color css
<style>
a { background-color: #206748; }
a { background-color: rgb(32,103,72); }
div.DivClassName
{
background-color: #206748;
}
.BgClassName
{
background-color: #206748;
}
</style>
border-color css
<style>
span { border-color: #206748; }
span { border-color: rgb(32,103,72); }
td.TdClassName
{
border-color: #206748;
}
.TagClassName
{
border-color: #206748;
}
</style>