Shades of Parsley #234F2A
Tints of Parsley #234F2A
RGB
CMYK
RGB Variations
Color information
#234F2A (or 0x234F2A) is known color: Parsley. HEX triplet: 23, 4F and 2A. RGB value is (35,79,42). Sum of RGB (Red+Green+Blue) = 35+79+42=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #234F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F2A is #DCB0D5. Grayscale: #3D3D3D. Windows color (decimal): -14463190 or 2772771. OLE color: 2772771.
HSL color Cylindrical-coordinate representation of color #234F2A: hue angle of 129.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F2A is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 79 | 42 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.69 |
| HSL | 129.55º | 0.39% | 0.22% | - |
| HSV(B) | 129.55º | 0.56% | 0.31% | - |
| XYZ | 3.91 | 6.12 | 3.17 | - |
| YUV | 61.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 42 | 0.56 | 0 | 0.47 | 0.69 | 129.55 | 0.39 | 0.22 |
| Hex | 23 | 4F | 2A | 38 | 0 | 2F | 45 | 82 | 27 | 16 |
| Octal | 43 | 117 | 52 | 70 | 0 | 57 | 105 | 202 | 47 | 26 |
| Binary | 100011 | 1001111 | 101010 | 111000 | 0 | 101111 | 1000101 | 10000010 | 100111 | 10110 |
Color Harmonies of #234F2A
Complementary color
Monochromatic Colors of #234F2A
Black with #234F2A
Text Example
Text Example
White with #234F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234F2A; }
p { color: rgb(35,79,42); }
H1.HeaderClassName
{
color: #234F2A;
}
.AnyTagClassName
{
color: #234F2A;
}
</style>
background-color css
<style>
a { background-color: #234F2A; }
a { background-color: rgb(35,79,42); }
div.DivClassName
{
background-color: #234F2A;
}
.BgClassName
{
background-color: #234F2A;
}
</style>
border-color css
<style>
span { border-color: #234F2A; }
span { border-color: rgb(35,79,42); }
td.TdClassName
{
border-color: #234F2A;
}
.TagClassName
{
border-color: #234F2A;
}
</style>