Shades of Green Leaf #487B02
Tints of Green Leaf #487B02
RGB
CMYK
RGB Variations
Color information
#487B02 (or 0x487B02) is known color: Green Leaf. HEX triplet: 48, 7B and 02. RGB value is (72,123,2). Sum of RGB (Red+Green+Blue) = 72+123+2=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #487B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B02 is #B784FD. Grayscale: #5E5E5E. Windows color (decimal): -12027134 or 162632. OLE color: 162632.
HSL color Cylindrical-coordinate representation of color #487B02: hue angle of 85.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #487B02 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.52 |
| HSL | 85.29º | 0.97% | 0.25% | - |
| HSV(B) | 85.29º | 0.98% | 0.48% | - |
| XYZ | 9.77 | 15.55 | 2.54 | - |
| YUV | 93.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 2 | 0.41 | 0 | 0.98 | 0.52 | 85.29 | 0.97 | 0.25 |
| Hex | 48 | 7B | 2 | 29 | 0 | 62 | 34 | 55 | 61 | 19 |
| Octal | 110 | 173 | 2 | 51 | 0 | 142 | 64 | 125 | 141 | 31 |
| Binary | 1001000 | 1111011 | 10 | 101001 | 0 | 1100010 | 110100 | 1010101 | 1100001 | 11001 |
Color Harmonies of #487B02
Complementary color
Monochromatic Colors of #487B02
Black with #487B02
Text Example
Text Example
White with #487B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B02; }
p { color: rgb(72,123,2); }
H1.HeaderClassName
{
color: #487B02;
}
.AnyTagClassName
{
color: #487B02;
}
</style>
background-color css
<style>
a { background-color: #487B02; }
a { background-color: rgb(72,123,2); }
div.DivClassName
{
background-color: #487B02;
}
.BgClassName
{
background-color: #487B02;
}
</style>
border-color css
<style>
span { border-color: #487B02; }
span { border-color: rgb(72,123,2); }
td.TdClassName
{
border-color: #487B02;
}
.TagClassName
{
border-color: #487B02;
}
</style>