Shades of Parsley #265E26
Tints of Parsley #265E26
RGB
CMYK
RGB Variations
Color information
#265E26 (or 0x265E26) is known color: Parsley. HEX triplet: 26, 5E and 26. RGB value is (38,94,38). Sum of RGB (Red+Green+Blue) = 38+94+38=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 94 (37.11% from 255 or 55.29% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 94 - color contains mainly: green. Hex color #265E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E26 is #D9A1D9. Grayscale: #474747. Windows color (decimal): -14262746 or 2514470. OLE color: 2514470.
HSL color Cylindrical-coordinate representation of color #265E26: hue angle of 120º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E26 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 94 | 38 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.63 |
| HSL | 120º | 0.42% | 0.26% | - |
| HSV(B) | 120º | 0.6% | 0.37% | - |
| XYZ | 5.15 | 8.56 | 3.21 | - |
| YUV | 70.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 38 | 0.60 | 0 | 0.60 | 0.63 | 120 | 0.42 | 0.26 |
| Hex | 26 | 5E | 26 | 3C | 0 | 3C | 3F | 78 | 2A | 1A |
| Octal | 46 | 136 | 46 | 74 | 0 | 74 | 77 | 170 | 52 | 32 |
| Binary | 100110 | 1011110 | 100110 | 111100 | 0 | 111100 | 111111 | 1111000 | 101010 | 11010 |
Color Harmonies of #265E26
Complementary color
Monochromatic Colors of #265E26
Black with #265E26
Text Example
Text Example
White with #265E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E26; }
p { color: rgb(38,94,38); }
H1.HeaderClassName
{
color: #265E26;
}
.AnyTagClassName
{
color: #265E26;
}
</style>
background-color css
<style>
a { background-color: #265E26; }
a { background-color: rgb(38,94,38); }
div.DivClassName
{
background-color: #265E26;
}
.BgClassName
{
background-color: #265E26;
}
</style>
border-color css
<style>
span { border-color: #265E26; }
span { border-color: rgb(38,94,38); }
td.TdClassName
{
border-color: #265E26;
}
.TagClassName
{
border-color: #265E26;
}
</style>