Shades of Parsley #295F30
Tints of Parsley #295F30
RGB
CMYK
RGB Variations
Color information
#295F30 (or 0x295F30) is known color: Parsley. HEX triplet: 29, 5F and 30. RGB value is (41,95,48). Sum of RGB (Red+Green+Blue) = 41+95+48=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #295F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F30 is #D6A0CF. Grayscale: #494949. Windows color (decimal): -14065872 or 3170089. OLE color: 3170089.
HSL color Cylindrical-coordinate representation of color #295F30: hue angle of 127.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F30 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 95 | 48 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.63 |
| HSL | 127.78º | 0.4% | 0.27% | - |
| HSV(B) | 127.78º | 0.57% | 0.37% | - |
| XYZ | 5.54 | 8.87 | 4.22 | - |
| YUV | 73.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 48 | 0.57 | 0 | 0.49 | 0.63 | 127.78 | 0.4 | 0.27 |
| Hex | 29 | 5F | 30 | 39 | 0 | 31 | 3F | 80 | 28 | 1B |
| Octal | 51 | 137 | 60 | 71 | 0 | 61 | 77 | 200 | 50 | 33 |
| Binary | 101001 | 1011111 | 110000 | 111001 | 0 | 110001 | 111111 | 10000000 | 101000 | 11011 |
Color Harmonies of #295F30
Complementary color
Monochromatic Colors of #295F30
Black with #295F30
Text Example
Text Example
White with #295F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295F30; }
p { color: rgb(41,95,48); }
H1.HeaderClassName
{
color: #295F30;
}
.AnyTagClassName
{
color: #295F30;
}
</style>
background-color css
<style>
a { background-color: #295F30; }
a { background-color: rgb(41,95,48); }
div.DivClassName
{
background-color: #295F30;
}
.BgClassName
{
background-color: #295F30;
}
</style>
border-color css
<style>
span { border-color: #295F30; }
span { border-color: rgb(41,95,48); }
td.TdClassName
{
border-color: #295F30;
}
.TagClassName
{
border-color: #295F30;
}
</style>