Shades of Parsley #255A2B
Tints of Parsley #255A2B
RGB
CMYK
RGB Variations
Color information
#255A2B (or 0x255A2B) is known color: Parsley. HEX triplet: 25, 5A and 2B. RGB value is (37,90,43). Sum of RGB (Red+Green+Blue) = 37+90+43=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #255A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A2B is #DAA5D4. Grayscale: #444444. Windows color (decimal): -14329301 or 2841125. OLE color: 2841125.
HSL color Cylindrical-coordinate representation of color #255A2B: hue angle of 126.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A2B is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 90 | 43 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.65 |
| HSL | 126.79º | 0.42% | 0.25% | - |
| HSV(B) | 126.79º | 0.59% | 0.35% | - |
| XYZ | 4.86 | 7.88 | 3.55 | - |
| YUV | 68.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 43 | 0.59 | 0 | 0.52 | 0.65 | 126.79 | 0.42 | 0.25 |
| Hex | 25 | 5A | 2B | 3B | 0 | 34 | 41 | 7F | 2A | 19 |
| Octal | 45 | 132 | 53 | 73 | 0 | 64 | 101 | 177 | 52 | 31 |
| Binary | 100101 | 1011010 | 101011 | 111011 | 0 | 110100 | 1000001 | 1111111 | 101010 | 11001 |
Color Harmonies of #255A2B
Complementary color
Monochromatic Colors of #255A2B
Black with #255A2B
Text Example
Text Example
White with #255A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A2B; }
p { color: rgb(37,90,43); }
H1.HeaderClassName
{
color: #255A2B;
}
.AnyTagClassName
{
color: #255A2B;
}
</style>
background-color css
<style>
a { background-color: #255A2B; }
a { background-color: rgb(37,90,43); }
div.DivClassName
{
background-color: #255A2B;
}
.BgClassName
{
background-color: #255A2B;
}
</style>
border-color css
<style>
span { border-color: #255A2B; }
span { border-color: rgb(37,90,43); }
td.TdClassName
{
border-color: #255A2B;
}
.TagClassName
{
border-color: #255A2B;
}
</style>