Shades of Parsley #2A6333
Tints of Parsley #2A6333
RGB
CMYK
RGB Variations
Color information
#2A6333 (or 0x2A6333) is known color: Parsley. HEX triplet: 2A, 63 and 33. RGB value is (42,99,51). Sum of RGB (Red+Green+Blue) = 42+99+51=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6333 is #D59CCC. Grayscale: #4C4C4C. Windows color (decimal): -13999309 or 3367722. OLE color: 3367722.
HSL color Cylindrical-coordinate representation of color #2A6333: hue angle of 129.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6333 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 51 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.61 |
| HSL | 129.47º | 0.4% | 0.28% | - |
| HSV(B) | 129.47º | 0.58% | 0.39% | - |
| XYZ | 6.01 | 9.65 | 4.68 | - |
| YUV | 76.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 51 | 0.58 | 0 | 0.48 | 0.61 | 129.47 | 0.4 | 0.28 |
| Hex | 2A | 63 | 33 | 3A | 0 | 30 | 3D | 81 | 28 | 1C |
| Octal | 52 | 143 | 63 | 72 | 0 | 60 | 75 | 201 | 50 | 34 |
| Binary | 101010 | 1100011 | 110011 | 111010 | 0 | 110000 | 111101 | 10000001 | 101000 | 11100 |
Color Harmonies of #2A6333
Complementary color
Monochromatic Colors of #2A6333
Black with #2A6333
Text Example
Text Example
White with #2A6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6333; }
p { color: rgb(42,99,51); }
H1.HeaderClassName
{
color: #2A6333;
}
.AnyTagClassName
{
color: #2A6333;
}
</style>
background-color css
<style>
a { background-color: #2A6333; }
a { background-color: rgb(42,99,51); }
div.DivClassName
{
background-color: #2A6333;
}
.BgClassName
{
background-color: #2A6333;
}
</style>
border-color css
<style>
span { border-color: #2A6333; }
span { border-color: rgb(42,99,51); }
td.TdClassName
{
border-color: #2A6333;
}
.TagClassName
{
border-color: #2A6333;
}
</style>