Shades of Parsley #265D29
Tints of Parsley #265D29
RGB
CMYK
RGB Variations
Color information
#265D29 (or 0x265D29) is known color: Parsley. HEX triplet: 26, 5D and 29. RGB value is (38,93,41). Sum of RGB (Red+Green+Blue) = 38+93+41=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #265D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D29 is #D9A2D6. Grayscale: #464646. Windows color (decimal): -14262999 or 2710822. OLE color: 2710822.
HSL color Cylindrical-coordinate representation of color #265D29: hue angle of 123.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D29 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 41 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.64 |
| HSL | 123.27º | 0.42% | 0.26% | - |
| HSV(B) | 123.27º | 0.59% | 0.36% | - |
| XYZ | 5.11 | 8.4 | 3.45 | - |
| YUV | 70.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 41 | 0.59 | 0 | 0.56 | 0.64 | 123.27 | 0.42 | 0.26 |
| Hex | 26 | 5D | 29 | 3B | 0 | 38 | 40 | 7B | 2A | 1A |
| Octal | 46 | 135 | 51 | 73 | 0 | 70 | 100 | 173 | 52 | 32 |
| Binary | 100110 | 1011101 | 101001 | 111011 | 0 | 111000 | 1000000 | 1111011 | 101010 | 11010 |
Color Harmonies of #265D29
Complementary color
Monochromatic Colors of #265D29
Black with #265D29
Text Example
Text Example
White with #265D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D29; }
p { color: rgb(38,93,41); }
H1.HeaderClassName
{
color: #265D29;
}
.AnyTagClassName
{
color: #265D29;
}
</style>
background-color css
<style>
a { background-color: #265D29; }
a { background-color: rgb(38,93,41); }
div.DivClassName
{
background-color: #265D29;
}
.BgClassName
{
background-color: #265D29;
}
</style>
border-color css
<style>
span { border-color: #265D29; }
span { border-color: rgb(38,93,41); }
td.TdClassName
{
border-color: #265D29;
}
.TagClassName
{
border-color: #265D29;
}
</style>