Shades of Parsley #26582F
Tints of Parsley #26582F
RGB
CMYK
RGB Variations
Color information
#26582F (or 0x26582F) is known color: Parsley. HEX triplet: 26, 58 and 2F. RGB value is (38,88,47). Sum of RGB (Red+Green+Blue) = 38+88+47=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #26582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26582F is #D9A7D0. Grayscale: #444444. Windows color (decimal): -14264273 or 3102758. OLE color: 3102758.
HSL color Cylindrical-coordinate representation of color #26582F: hue angle of 130.8º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26582F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 47 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.65 |
| HSL | 130.8º | 0.4% | 0.25% | - |
| HSV(B) | 130.8º | 0.57% | 0.35% | - |
| XYZ | 4.8 | 7.6 | 3.9 | - |
| YUV | 68.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 47 | 0.57 | 0 | 0.47 | 0.65 | 130.8 | 0.4 | 0.25 |
| Hex | 26 | 58 | 2F | 39 | 0 | 2F | 41 | 83 | 28 | 19 |
| Octal | 46 | 130 | 57 | 71 | 0 | 57 | 101 | 203 | 50 | 31 |
| Binary | 100110 | 1011000 | 101111 | 111001 | 0 | 101111 | 1000001 | 10000011 | 101000 | 11001 |
Color Harmonies of #26582F
Complementary color
Monochromatic Colors of #26582F
Black with #26582F
Text Example
Text Example
White with #26582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26582F; }
p { color: rgb(38,88,47); }
H1.HeaderClassName
{
color: #26582F;
}
.AnyTagClassName
{
color: #26582F;
}
</style>
background-color css
<style>
a { background-color: #26582F; }
a { background-color: rgb(38,88,47); }
div.DivClassName
{
background-color: #26582F;
}
.BgClassName
{
background-color: #26582F;
}
</style>
border-color css
<style>
span { border-color: #26582F; }
span { border-color: rgb(38,88,47); }
td.TdClassName
{
border-color: #26582F;
}
.TagClassName
{
border-color: #26582F;
}
</style>