Shades of Parsley #26602D
Tints of Parsley #26602D
RGB
CMYK
RGB Variations
Color information
#26602D (or 0x26602D) is known color: Parsley. HEX triplet: 26, 60 and 2D. RGB value is (38,96,45). Sum of RGB (Red+Green+Blue) = 38+96+45=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #26602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26602D is #D99FD2. Grayscale: #484848. Windows color (decimal): -14262227 or 2973734. OLE color: 2973734.
HSL color Cylindrical-coordinate representation of color #26602D: hue angle of 127.24º 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 #26602D is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 45 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.62 |
| HSL | 127.24º | 0.43% | 0.26% | - |
| HSV(B) | 127.24º | 0.6% | 0.38% | - |
| XYZ | 5.46 | 8.97 | 3.93 | - |
| YUV | 72.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 45 | 0.60 | 0 | 0.53 | 0.62 | 127.24 | 0.43 | 0.26 |
| Hex | 26 | 60 | 2D | 3C | 0 | 35 | 3E | 7F | 2B | 1A |
| Octal | 46 | 140 | 55 | 74 | 0 | 65 | 76 | 177 | 53 | 32 |
| Binary | 100110 | 1100000 | 101101 | 111100 | 0 | 110101 | 111110 | 1111111 | 101011 | 11010 |
Color Harmonies of #26602D
Complementary color
Monochromatic Colors of #26602D
Black with #26602D
Text Example
Text Example
White with #26602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26602D; }
p { color: rgb(38,96,45); }
H1.HeaderClassName
{
color: #26602D;
}
.AnyTagClassName
{
color: #26602D;
}
</style>
background-color css
<style>
a { background-color: #26602D; }
a { background-color: rgb(38,96,45); }
div.DivClassName
{
background-color: #26602D;
}
.BgClassName
{
background-color: #26602D;
}
</style>
border-color css
<style>
span { border-color: #26602D; }
span { border-color: rgb(38,96,45); }
td.TdClassName
{
border-color: #26602D;
}
.TagClassName
{
border-color: #26602D;
}
</style>