Shades of Parsley #255E2E
Tints of Parsley #255E2E
RGB
CMYK
RGB Variations
Color information
#255E2E (or 0x255E2E) is known color: Parsley. HEX triplet: 25, 5E and 2E. RGB value is (37,94,46). Sum of RGB (Red+Green+Blue) = 37+94+46=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #255E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255E2E is #DAA1D1. Grayscale: #474747. Windows color (decimal): -14328274 or 3038757. OLE color: 3038757.
HSL color Cylindrical-coordinate representation of color #255E2E: hue angle of 129.47º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255E2E is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 94 | 46 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.63 |
| HSL | 129.47º | 0.44% | 0.26% | - |
| HSV(B) | 129.47º | 0.61% | 0.37% | - |
| XYZ | 5.26 | 8.6 | 3.97 | - |
| YUV | 71.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 46 | 0.61 | 0 | 0.51 | 0.63 | 129.47 | 0.44 | 0.26 |
| Hex | 25 | 5E | 2E | 3D | 0 | 33 | 3F | 81 | 2C | 1A |
| Octal | 45 | 136 | 56 | 75 | 0 | 63 | 77 | 201 | 54 | 32 |
| Binary | 100101 | 1011110 | 101110 | 111101 | 0 | 110011 | 111111 | 10000001 | 101100 | 11010 |
Color Harmonies of #255E2E
Complementary color
Monochromatic Colors of #255E2E
Black with #255E2E
Text Example
Text Example
White with #255E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E2E; }
p { color: rgb(37,94,46); }
H1.HeaderClassName
{
color: #255E2E;
}
.AnyTagClassName
{
color: #255E2E;
}
</style>
background-color css
<style>
a { background-color: #255E2E; }
a { background-color: rgb(37,94,46); }
div.DivClassName
{
background-color: #255E2E;
}
.BgClassName
{
background-color: #255E2E;
}
</style>
border-color css
<style>
span { border-color: #255E2E; }
span { border-color: rgb(37,94,46); }
td.TdClassName
{
border-color: #255E2E;
}
.TagClassName
{
border-color: #255E2E;
}
</style>