Shades of Parsley #2D5E30
Tints of Parsley #2D5E30
RGB
CMYK
RGB Variations
Color information
#2D5E30 (or 0x2D5E30) is known color: Parsley. HEX triplet: 2D, 5E and 30. RGB value is (45,94,48). Sum of RGB (Red+Green+Blue) = 45+94+48=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5E30 is #D2A1CF. Grayscale: #4A4A4A. Windows color (decimal): -13803984 or 3169837. OLE color: 3169837.
HSL color Cylindrical-coordinate representation of color #2D5E30: hue angle of 123.67º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E30 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
RGB | 45 | 94 | 48 | - |
CMYK | 0.52 | 0 | 0.49 | 0.63 |
HSL | 123.67º | 0.35% | 0.27% | - |
HSV(B) | 123.67º | 0.52% | 0.37% | - |
XYZ | 5.62 | 8.78 | 4.19 | - |
YUV | 74.11 | 113.27 | 107.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 94 | 48 | 0.52 | 0 | 0.49 | 0.63 | 123.67 | 0.35 | 0.27 |
Hex | 2D | 5E | 30 | 34 | 0 | 31 | 3F | 7C | 23 | 1B |
Octal | 55 | 136 | 60 | 64 | 0 | 61 | 77 | 174 | 43 | 33 |
Binary | 101101 | 1011110 | 110000 | 110100 | 0 | 110001 | 111111 | 1111100 | 100011 | 11011 |
Color Harmonies of #2D5E30
Complementary color
Monochromatic Colors of #2D5E30
Black with #2D5E30
Text Example
Text Example
White with #2D5E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5E30; }
p { color: rgb(45,94,48); }
H1.HeaderClassName
{
color: #2D5E30;
}
.AnyTagClassName
{
color: #2D5E30;
}
</style>
background-color css
<style>
a { background-color: #2D5E30; }
a { background-color: rgb(45,94,48); }
div.DivClassName
{
background-color: #2D5E30;
}
.BgClassName
{
background-color: #2D5E30;
}
</style>
border-color css
<style>
span { border-color: #2D5E30; }
span { border-color: rgb(45,94,48); }
td.TdClassName
{
border-color: #2D5E30;
}
.TagClassName
{
border-color: #2D5E30;
}
</style>