Shades of Japanese Laurel #2A7325
Tints of Japanese Laurel #2A7325
RGB
CMYK
RGB Variations
Color information
#2A7325 (or 0x2A7325) is known color: Japanese Laurel. HEX triplet: 2A, 73 and 25. RGB value is (42,115,37). Sum of RGB (Red+Green+Blue) = 42+115+37=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7325 is #D58CDA. Grayscale: #545454. Windows color (decimal): -13995227 or 2454314. OLE color: 2454314.
HSL color Cylindrical-coordinate representation of color #2A7325: hue angle of 116.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7325 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 37 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.55 |
| HSL | 116.15º | 0.51% | 0.3% | - |
| HSV(B) | 116.15º | 0.68% | 0.45% | - |
| XYZ | 7.42 | 12.89 | 3.85 | - |
| YUV | 84.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 37 | 0.63 | 0 | 0.68 | 0.55 | 116.15 | 0.51 | 0.3 |
| Hex | 2A | 73 | 25 | 3F | 0 | 44 | 37 | 74 | 33 | 1E |
| Octal | 52 | 163 | 45 | 77 | 0 | 104 | 67 | 164 | 63 | 36 |
| Binary | 101010 | 1110011 | 100101 | 111111 | 0 | 1000100 | 110111 | 1110100 | 110011 | 11110 |
Color Harmonies of #2A7325
Complementary color
Monochromatic Colors of #2A7325
Black with #2A7325
Text Example
Text Example
White with #2A7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7325; }
p { color: rgb(42,115,37); }
H1.HeaderClassName
{
color: #2A7325;
}
.AnyTagClassName
{
color: #2A7325;
}
</style>
background-color css
<style>
a { background-color: #2A7325; }
a { background-color: rgb(42,115,37); }
div.DivClassName
{
background-color: #2A7325;
}
.BgClassName
{
background-color: #2A7325;
}
</style>
border-color css
<style>
span { border-color: #2A7325; }
span { border-color: rgb(42,115,37); }
td.TdClassName
{
border-color: #2A7325;
}
.TagClassName
{
border-color: #2A7325;
}
</style>