Shades of Parsley #26602C
Tints of Parsley #26602C
RGB
CMYK
RGB Variations
Color information
#26602C (or 0x26602C) is known color: Parsley. HEX triplet: 26, 60 and 2C. RGB value is (38,96,44). Sum of RGB (Red+Green+Blue) = 38+96+44=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #26602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26602C is #D99FD3. Grayscale: #484848. Windows color (decimal): -14262228 or 2908198. OLE color: 2908198.
HSL color Cylindrical-coordinate representation of color #26602C: hue angle of 126.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26602C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 44 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.62 |
| HSL | 126.21º | 0.43% | 0.26% | - |
| HSV(B) | 126.21º | 0.6% | 0.38% | - |
| XYZ | 5.44 | 8.96 | 3.83 | - |
| YUV | 72.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 44 | 0.60 | 0 | 0.54 | 0.62 | 126.21 | 0.43 | 0.26 |
| Hex | 26 | 60 | 2C | 3C | 0 | 36 | 3E | 7E | 2B | 1A |
| Octal | 46 | 140 | 54 | 74 | 0 | 66 | 76 | 176 | 53 | 32 |
| Binary | 100110 | 1100000 | 101100 | 111100 | 0 | 110110 | 111110 | 1111110 | 101011 | 11010 |
Color Harmonies of #26602C
Complementary color
Monochromatic Colors of #26602C
Black with #26602C
Text Example
Text Example
White with #26602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26602C; }
p { color: rgb(38,96,44); }
H1.HeaderClassName
{
color: #26602C;
}
.AnyTagClassName
{
color: #26602C;
}
</style>
background-color css
<style>
a { background-color: #26602C; }
a { background-color: rgb(38,96,44); }
div.DivClassName
{
background-color: #26602C;
}
.BgClassName
{
background-color: #26602C;
}
</style>
border-color css
<style>
span { border-color: #26602C; }
span { border-color: rgb(38,96,44); }
td.TdClassName
{
border-color: #26602C;
}
.TagClassName
{
border-color: #26602C;
}
</style>