Shades of Japanese Laurel #2A7723
Tints of Japanese Laurel #2A7723
RGB
CMYK
RGB Variations
Color information
#2A7723 (or 0x2A7723) is known color: Japanese Laurel. HEX triplet: 2A, 77 and 23. RGB value is (42,119,35). Sum of RGB (Red+Green+Blue) = 42+119+35=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7723 is #D588DC. Grayscale: #565656. Windows color (decimal): -13994205 or 2324266. OLE color: 2324266.
HSL color Cylindrical-coordinate representation of color #2A7723: hue angle of 115º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7723 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 119 | 35 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.53 |
| HSL | 115º | 0.55% | 0.3% | - |
| HSV(B) | 115º | 0.71% | 0.47% | - |
| XYZ | 7.86 | 13.81 | 3.84 | - |
| YUV | 86.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 35 | 0.65 | 0 | 0.71 | 0.53 | 115 | 0.55 | 0.3 |
| Hex | 2A | 77 | 23 | 41 | 0 | 47 | 35 | 73 | 37 | 1E |
| Octal | 52 | 167 | 43 | 101 | 0 | 107 | 65 | 163 | 67 | 36 |
| Binary | 101010 | 1110111 | 100011 | 1000001 | 0 | 1000111 | 110101 | 1110011 | 110111 | 11110 |
Color Harmonies of #2A7723
Complementary color
Monochromatic Colors of #2A7723
Black with #2A7723
Text Example
Text Example
White with #2A7723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7723; }
p { color: rgb(42,119,35); }
H1.HeaderClassName
{
color: #2A7723;
}
.AnyTagClassName
{
color: #2A7723;
}
</style>
background-color css
<style>
a { background-color: #2A7723; }
a { background-color: rgb(42,119,35); }
div.DivClassName
{
background-color: #2A7723;
}
.BgClassName
{
background-color: #2A7723;
}
</style>
border-color css
<style>
span { border-color: #2A7723; }
span { border-color: rgb(42,119,35); }
td.TdClassName
{
border-color: #2A7723;
}
.TagClassName
{
border-color: #2A7723;
}
</style>