Shades of Parsley #265C28
Tints of Parsley #265C28
RGB
CMYK
RGB Variations
Color information
#265C28 (or 0x265C28) is known color: Parsley. HEX triplet: 26, 5C and 28. RGB value is (38,92,40). Sum of RGB (Red+Green+Blue) = 38+92+40=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #265C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C28 is #D9A3D7. Grayscale: #464646. Windows color (decimal): -14263256 or 2645030. OLE color: 2645030.
HSL color Cylindrical-coordinate representation of color #265C28: hue angle of 122.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C28 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 40 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.64 |
| HSL | 122.22º | 0.42% | 0.25% | - |
| HSV(B) | 122.22º | 0.59% | 0.36% | - |
| XYZ | 5.01 | 8.22 | 3.33 | - |
| YUV | 69.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 40 | 0.59 | 0 | 0.57 | 0.64 | 122.22 | 0.42 | 0.25 |
| Hex | 26 | 5C | 28 | 3B | 0 | 39 | 40 | 7A | 2A | 19 |
| Octal | 46 | 134 | 50 | 73 | 0 | 71 | 100 | 172 | 52 | 31 |
| Binary | 100110 | 1011100 | 101000 | 111011 | 0 | 111001 | 1000000 | 1111010 | 101010 | 11001 |
Color Harmonies of #265C28
Complementary color
Monochromatic Colors of #265C28
Black with #265C28
Text Example
Text Example
White with #265C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C28; }
p { color: rgb(38,92,40); }
H1.HeaderClassName
{
color: #265C28;
}
.AnyTagClassName
{
color: #265C28;
}
</style>
background-color css
<style>
a { background-color: #265C28; }
a { background-color: rgb(38,92,40); }
div.DivClassName
{
background-color: #265C28;
}
.BgClassName
{
background-color: #265C28;
}
</style>
border-color css
<style>
span { border-color: #265C28; }
span { border-color: rgb(38,92,40); }
td.TdClassName
{
border-color: #265C28;
}
.TagClassName
{
border-color: #265C28;
}
</style>