Shades of Japanese Laurel #2A7521
Tints of Japanese Laurel #2A7521
RGB
CMYK
RGB Variations
Color information
#2A7521 (or 0x2A7521) is known color: Japanese Laurel. HEX triplet: 2A, 75 and 21. RGB value is (42,117,33). Sum of RGB (Red+Green+Blue) = 42+117+33=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7521 is #D58ADE. Grayscale: #555555. Windows color (decimal): -13994719 or 2192682. OLE color: 2192682.
HSL color Cylindrical-coordinate representation of color #2A7521: hue angle of 113.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A7521 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 33 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.54 |
| HSL | 113.57º | 0.56% | 0.29% | - |
| HSV(B) | 113.57º | 0.72% | 0.46% | - |
| XYZ | 7.59 | 13.32 | 3.61 | - |
| YUV | 85 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 33 | 0.64 | 0 | 0.72 | 0.54 | 113.57 | 0.56 | 0.29 |
| Hex | 2A | 75 | 21 | 40 | 0 | 48 | 36 | 72 | 38 | 1D |
| Octal | 52 | 165 | 41 | 100 | 0 | 110 | 66 | 162 | 70 | 35 |
| Binary | 101010 | 1110101 | 100001 | 1000000 | 0 | 1001000 | 110110 | 1110010 | 111000 | 11101 |
Color Harmonies of #2A7521
Complementary color
Monochromatic Colors of #2A7521
Black with #2A7521
Text Example
Text Example
White with #2A7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7521; }
p { color: rgb(42,117,33); }
H1.HeaderClassName
{
color: #2A7521;
}
.AnyTagClassName
{
color: #2A7521;
}
</style>
background-color css
<style>
a { background-color: #2A7521; }
a { background-color: rgb(42,117,33); }
div.DivClassName
{
background-color: #2A7521;
}
.BgClassName
{
background-color: #2A7521;
}
</style>
border-color css
<style>
span { border-color: #2A7521; }
span { border-color: rgb(42,117,33); }
td.TdClassName
{
border-color: #2A7521;
}
.TagClassName
{
border-color: #2A7521;
}
</style>