Shades of Parsley #205E26
Tints of Parsley #205E26
RGB
CMYK
RGB Variations
Color information
#205E26 (or 0x205E26) is known color: Parsley. HEX triplet: 20, 5E and 26. RGB value is (32,94,38). Sum of RGB (Red+Green+Blue) = 32+94+38=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #205E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E26 is #DFA1D9. Grayscale: #454545. Windows color (decimal): -14655962 or 2514464. OLE color: 2514464.
HSL color Cylindrical-coordinate representation of color #205E26: hue angle of 125.81º degrees, saturation: 0.49, 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 #205E26 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 38 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.63 |
| HSL | 125.81º | 0.49% | 0.25% | - |
| HSV(B) | 125.81º | 0.66% | 0.37% | - |
| XYZ | 4.95 | 8.45 | 3.2 | - |
| YUV | 69.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 38 | 0.66 | 0 | 0.60 | 0.63 | 125.81 | 0.49 | 0.25 |
| Hex | 20 | 5E | 26 | 42 | 0 | 3C | 3F | 7E | 31 | 19 |
| Octal | 40 | 136 | 46 | 102 | 0 | 74 | 77 | 176 | 61 | 31 |
| Binary | 100000 | 1011110 | 100110 | 1000010 | 0 | 111100 | 111111 | 1111110 | 110001 | 11001 |
Color Harmonies of #205E26
Complementary color
Monochromatic Colors of #205E26
Black with #205E26
Text Example
Text Example
White with #205E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E26; }
p { color: rgb(32,94,38); }
H1.HeaderClassName
{
color: #205E26;
}
.AnyTagClassName
{
color: #205E26;
}
</style>
background-color css
<style>
a { background-color: #205E26; }
a { background-color: rgb(32,94,38); }
div.DivClassName
{
background-color: #205E26;
}
.BgClassName
{
background-color: #205E26;
}
</style>
border-color css
<style>
span { border-color: #205E26; }
span { border-color: rgb(32,94,38); }
td.TdClassName
{
border-color: #205E26;
}
.TagClassName
{
border-color: #205E26;
}
</style>