Shades of Parsley #266330
Tints of Parsley #266330
RGB
CMYK
RGB Variations
Color information
#266330 (or 0x266330) is known color: Parsley. HEX triplet: 26, 63 and 30. RGB value is (38,99,48). Sum of RGB (Red+Green+Blue) = 38+99+48=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #266330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266330 is #D99CCF. Grayscale: #4B4B4B. Windows color (decimal): -14261456 or 3171110. OLE color: 3171110.
HSL color Cylindrical-coordinate representation of color #266330: hue angle of 129.84º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266330 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 48 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.61 |
| HSL | 129.84º | 0.45% | 0.27% | - |
| HSV(B) | 129.84º | 0.62% | 0.39% | - |
| XYZ | 5.79 | 9.55 | 4.33 | - |
| YUV | 74.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 48 | 0.62 | 0 | 0.52 | 0.61 | 129.84 | 0.45 | 0.27 |
| Hex | 26 | 63 | 30 | 3E | 0 | 34 | 3D | 82 | 2D | 1B |
| Octal | 46 | 143 | 60 | 76 | 0 | 64 | 75 | 202 | 55 | 33 |
| Binary | 100110 | 1100011 | 110000 | 111110 | 0 | 110100 | 111101 | 10000010 | 101101 | 11011 |
Color Harmonies of #266330
Complementary color
Monochromatic Colors of #266330
Black with #266330
Text Example
Text Example
White with #266330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266330; }
p { color: rgb(38,99,48); }
H1.HeaderClassName
{
color: #266330;
}
.AnyTagClassName
{
color: #266330;
}
</style>
background-color css
<style>
a { background-color: #266330; }
a { background-color: rgb(38,99,48); }
div.DivClassName
{
background-color: #266330;
}
.BgClassName
{
background-color: #266330;
}
</style>
border-color css
<style>
span { border-color: #266330; }
span { border-color: rgb(38,99,48); }
td.TdClassName
{
border-color: #266330;
}
.TagClassName
{
border-color: #266330;
}
</style>