Shades of Parsley #26612D
Tints of Parsley #26612D
RGB
CMYK
RGB Variations
Color information
#26612D (or 0x26612D) is known color: Parsley. HEX triplet: 26, 61 and 2D. RGB value is (38,97,45). Sum of RGB (Red+Green+Blue) = 38+97+45=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #26612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26612D is #D99ED2. Grayscale: #494949. Windows color (decimal): -14261971 or 2973990. OLE color: 2973990.
HSL color Cylindrical-coordinate representation of color #26612D: hue angle of 127.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26612D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 45 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.62 |
| HSL | 127.12º | 0.44% | 0.26% | - |
| HSV(B) | 127.12º | 0.61% | 0.38% | - |
| XYZ | 5.55 | 9.15 | 3.96 | - |
| YUV | 73.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 45 | 0.61 | 0 | 0.54 | 0.62 | 127.12 | 0.44 | 0.26 |
| Hex | 26 | 61 | 2D | 3D | 0 | 36 | 3E | 7F | 2C | 1A |
| Octal | 46 | 141 | 55 | 75 | 0 | 66 | 76 | 177 | 54 | 32 |
| Binary | 100110 | 1100001 | 101101 | 111101 | 0 | 110110 | 111110 | 1111111 | 101100 | 11010 |
Color Harmonies of #26612D
Complementary color
Monochromatic Colors of #26612D
Black with #26612D
Text Example
Text Example
White with #26612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26612D; }
p { color: rgb(38,97,45); }
H1.HeaderClassName
{
color: #26612D;
}
.AnyTagClassName
{
color: #26612D;
}
</style>
background-color css
<style>
a { background-color: #26612D; }
a { background-color: rgb(38,97,45); }
div.DivClassName
{
background-color: #26612D;
}
.BgClassName
{
background-color: #26612D;
}
</style>
border-color css
<style>
span { border-color: #26612D; }
span { border-color: rgb(38,97,45); }
td.TdClassName
{
border-color: #26612D;
}
.TagClassName
{
border-color: #26612D;
}
</style>