Shades of Japanese Laurel #2A7823
Tints of Japanese Laurel #2A7823
RGB
CMYK
RGB Variations
Color information
#2A7823 (or 0x2A7823) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 23. RGB value is (42,120,35). Sum of RGB (Red+Green+Blue) = 42+120+35=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7823 is #D587DC. Grayscale: #575757. Windows color (decimal): -13993949 or 2324522. OLE color: 2324522.
HSL color Cylindrical-coordinate representation of color #2A7823: hue angle of 115.06º 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 #2A7823 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 35 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.53 |
| HSL | 115.06º | 0.55% | 0.3% | - |
| HSV(B) | 115.06º | 0.71% | 0.47% | - |
| XYZ | 7.97 | 14.05 | 3.88 | - |
| YUV | 86.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 35 | 0.65 | 0 | 0.71 | 0.53 | 115.06 | 0.55 | 0.3 |
| Hex | 2A | 78 | 23 | 41 | 0 | 47 | 35 | 73 | 37 | 1E |
| Octal | 52 | 170 | 43 | 101 | 0 | 107 | 65 | 163 | 67 | 36 |
| Binary | 101010 | 1111000 | 100011 | 1000001 | 0 | 1000111 | 110101 | 1110011 | 110111 | 11110 |
Color Harmonies of #2A7823
Complementary color
Monochromatic Colors of #2A7823
Black with #2A7823
Text Example
Text Example
White with #2A7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7823; }
p { color: rgb(42,120,35); }
H1.HeaderClassName
{
color: #2A7823;
}
.AnyTagClassName
{
color: #2A7823;
}
</style>
background-color css
<style>
a { background-color: #2A7823; }
a { background-color: rgb(42,120,35); }
div.DivClassName
{
background-color: #2A7823;
}
.BgClassName
{
background-color: #2A7823;
}
</style>
border-color css
<style>
span { border-color: #2A7823; }
span { border-color: rgb(42,120,35); }
td.TdClassName
{
border-color: #2A7823;
}
.TagClassName
{
border-color: #2A7823;
}
</style>