Shades of Parsley #275A30
Tints of Parsley #275A30
RGB
CMYK
RGB Variations
Color information
#275A30 (or 0x275A30) is known color: Parsley. HEX triplet: 27, 5A and 30. RGB value is (39,90,48). Sum of RGB (Red+Green+Blue) = 39+90+48=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #275A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A30 is #D8A5CF. Grayscale: #464646. Windows color (decimal): -14198224 or 3168807. OLE color: 3168807.
HSL color Cylindrical-coordinate representation of color #275A30: hue angle of 130.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A30 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 90 | 48 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.65 |
| HSL | 130.59º | 0.4% | 0.25% | - |
| HSV(B) | 130.59º | 0.57% | 0.35% | - |
| XYZ | 5.03 | 7.96 | 4.07 | - |
| YUV | 69.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 48 | 0.57 | 0 | 0.47 | 0.65 | 130.59 | 0.4 | 0.25 |
| Hex | 27 | 5A | 30 | 39 | 0 | 2F | 41 | 83 | 28 | 19 |
| Octal | 47 | 132 | 60 | 71 | 0 | 57 | 101 | 203 | 50 | 31 |
| Binary | 100111 | 1011010 | 110000 | 111001 | 0 | 101111 | 1000001 | 10000011 | 101000 | 11001 |
Color Harmonies of #275A30
Complementary color
Monochromatic Colors of #275A30
Black with #275A30
Text Example
Text Example
White with #275A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A30; }
p { color: rgb(39,90,48); }
H1.HeaderClassName
{
color: #275A30;
}
.AnyTagClassName
{
color: #275A30;
}
</style>
background-color css
<style>
a { background-color: #275A30; }
a { background-color: rgb(39,90,48); }
div.DivClassName
{
background-color: #275A30;
}
.BgClassName
{
background-color: #275A30;
}
</style>
border-color css
<style>
span { border-color: #275A30; }
span { border-color: rgb(39,90,48); }
td.TdClassName
{
border-color: #275A30;
}
.TagClassName
{
border-color: #275A30;
}
</style>