Shades of Green Pea #205F3C
Tints of Green Pea #205F3C
RGB
CMYK
RGB Variations
Color information
#205F3C (or 0x205F3C) is known color: Green Pea. HEX triplet: 20, 5F and 3C. RGB value is (32,95,60). Sum of RGB (Red+Green+Blue) = 32+95+60=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #205F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F3C is #DFA0C3. Grayscale: #484848. Windows color (decimal): -14655684 or 3956512. OLE color: 3956512.
HSL color Cylindrical-coordinate representation of color #205F3C: hue angle of 146.67º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F3C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 60 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.63 |
| HSL | 146.67º | 0.5% | 0.25% | - |
| HSV(B) | 146.67º | 0.66% | 0.37% | - |
| XYZ | 5.5 | 8.82 | 5.69 | - |
| YUV | 72.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 60 | 0.66 | 0 | 0.37 | 0.63 | 146.67 | 0.5 | 0.25 |
| Hex | 20 | 5F | 3C | 42 | 0 | 25 | 3F | 93 | 32 | 19 |
| Octal | 40 | 137 | 74 | 102 | 0 | 45 | 77 | 223 | 62 | 31 |
| Binary | 100000 | 1011111 | 111100 | 1000010 | 0 | 100101 | 111111 | 10010011 | 110010 | 11001 |
Color Harmonies of #205F3C
Complementary color
Monochromatic Colors of #205F3C
Black with #205F3C
Text Example
Text Example
White with #205F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F3C; }
p { color: rgb(32,95,60); }
H1.HeaderClassName
{
color: #205F3C;
}
.AnyTagClassName
{
color: #205F3C;
}
</style>
background-color css
<style>
a { background-color: #205F3C; }
a { background-color: rgb(32,95,60); }
div.DivClassName
{
background-color: #205F3C;
}
.BgClassName
{
background-color: #205F3C;
}
</style>
border-color css
<style>
span { border-color: #205F3C; }
span { border-color: rgb(32,95,60); }
td.TdClassName
{
border-color: #205F3C;
}
.TagClassName
{
border-color: #205F3C;
}
</style>