Shades of Parsley #265A2D
Tints of Parsley #265A2D
RGB
CMYK
RGB Variations
Color information
#265A2D (or 0x265A2D) is known color: Parsley. HEX triplet: 26, 5A and 2D. RGB value is (38,90,45). Sum of RGB (Red+Green+Blue) = 38+90+45=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #265A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A2D is #D9A5D2. Grayscale: #454545. Windows color (decimal): -14263763 or 2972198. OLE color: 2972198.
HSL color Cylindrical-coordinate representation of color #265A2D: hue angle of 128.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A2D is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 45 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.65 |
| HSL | 128.08º | 0.41% | 0.25% | - |
| HSV(B) | 128.08º | 0.58% | 0.35% | - |
| XYZ | 4.93 | 7.91 | 3.75 | - |
| YUV | 69.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 45 | 0.58 | 0 | 0.50 | 0.65 | 128.08 | 0.41 | 0.25 |
| Hex | 26 | 5A | 2D | 3A | 0 | 32 | 41 | 80 | 29 | 19 |
| Octal | 46 | 132 | 55 | 72 | 0 | 62 | 101 | 200 | 51 | 31 |
| Binary | 100110 | 1011010 | 101101 | 111010 | 0 | 110010 | 1000001 | 10000000 | 101001 | 11001 |
Color Harmonies of #265A2D
Complementary color
Monochromatic Colors of #265A2D
Black with #265A2D
Text Example
Text Example
White with #265A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A2D; }
p { color: rgb(38,90,45); }
H1.HeaderClassName
{
color: #265A2D;
}
.AnyTagClassName
{
color: #265A2D;
}
</style>
background-color css
<style>
a { background-color: #265A2D; }
a { background-color: rgb(38,90,45); }
div.DivClassName
{
background-color: #265A2D;
}
.BgClassName
{
background-color: #265A2D;
}
</style>
border-color css
<style>
span { border-color: #265A2D; }
span { border-color: rgb(38,90,45); }
td.TdClassName
{
border-color: #265A2D;
}
.TagClassName
{
border-color: #265A2D;
}
</style>