Shades of Japanese Laurel #2A7C25
Tints of Japanese Laurel #2A7C25
RGB
CMYK
RGB Variations
Color information
#2A7C25 (or 0x2A7C25) is known color: Japanese Laurel. HEX triplet: 2A, 7C and 25. RGB value is (42,124,37). Sum of RGB (Red+Green+Blue) = 42+124+37=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C25 is #D583DA. Grayscale: #595959. Windows color (decimal): -13992923 or 2456618. OLE color: 2456618.
HSL color Cylindrical-coordinate representation of color #2A7C25: hue angle of 116.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A7C25 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 37 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.51 |
| HSL | 116.55º | 0.54% | 0.32% | - |
| HSV(B) | 116.55º | 0.7% | 0.49% | - |
| XYZ | 8.5 | 15.04 | 4.21 | - |
| YUV | 89.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 37 | 0.66 | 0 | 0.70 | 0.51 | 116.55 | 0.54 | 0.32 |
| Hex | 2A | 7C | 25 | 42 | 0 | 46 | 33 | 75 | 36 | 20 |
| Octal | 52 | 174 | 45 | 102 | 0 | 106 | 63 | 165 | 66 | 40 |
| Binary | 101010 | 1111100 | 100101 | 1000010 | 0 | 1000110 | 110011 | 1110101 | 110110 | 100000 |
Color Harmonies of #2A7C25
Complementary color
Monochromatic Colors of #2A7C25
Black with #2A7C25
Text Example
Text Example
White with #2A7C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C25; }
p { color: rgb(42,124,37); }
H1.HeaderClassName
{
color: #2A7C25;
}
.AnyTagClassName
{
color: #2A7C25;
}
</style>
background-color css
<style>
a { background-color: #2A7C25; }
a { background-color: rgb(42,124,37); }
div.DivClassName
{
background-color: #2A7C25;
}
.BgClassName
{
background-color: #2A7C25;
}
</style>
border-color css
<style>
span { border-color: #2A7C25; }
span { border-color: rgb(42,124,37); }
td.TdClassName
{
border-color: #2A7C25;
}
.TagClassName
{
border-color: #2A7C25;
}
</style>