Shades of Green Leaf #527F2A
Tints of Green Leaf #527F2A
RGB
CMYK
RGB Variations
Color information
#527F2A (or 0x527F2A) is known color: Green Leaf. HEX triplet: 52, 7F and 2A. RGB value is (82,127,42). Sum of RGB (Red+Green+Blue) = 82+127+42=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #527F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F2A is #AD80D5. Grayscale: #686868. Windows color (decimal): -11370710 or 2785106. OLE color: 2785106.
HSL color Cylindrical-coordinate representation of color #527F2A: hue angle of 91.76º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527F2A is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 42 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.50 |
| HSL | 91.76º | 0.5% | 0.33% | - |
| HSV(B) | 91.76º | 0.67% | 0.5% | - |
| XYZ | 11.49 | 17.14 | 4.89 | - |
| YUV | 103.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 42 | 0.35 | 0 | 0.67 | 0.50 | 91.76 | 0.5 | 0.33 |
| Hex | 52 | 7F | 2A | 23 | 0 | 43 | 32 | 5C | 32 | 21 |
| Octal | 122 | 177 | 52 | 43 | 0 | 103 | 62 | 134 | 62 | 41 |
| Binary | 1010010 | 1111111 | 101010 | 100011 | 0 | 1000011 | 110010 | 1011100 | 110010 | 100001 |
Color Harmonies of #527F2A
Complementary color
Monochromatic Colors of #527F2A
Black with #527F2A
Text Example
Text Example
White with #527F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F2A; }
p { color: rgb(82,127,42); }
H1.HeaderClassName
{
color: #527F2A;
}
.AnyTagClassName
{
color: #527F2A;
}
</style>
background-color css
<style>
a { background-color: #527F2A; }
a { background-color: rgb(82,127,42); }
div.DivClassName
{
background-color: #527F2A;
}
.BgClassName
{
background-color: #527F2A;
}
</style>
border-color css
<style>
span { border-color: #527F2A; }
span { border-color: rgb(82,127,42); }
td.TdClassName
{
border-color: #527F2A;
}
.TagClassName
{
border-color: #527F2A;
}
</style>