Shades of Japanese Laurel #2A772C
Tints of Japanese Laurel #2A772C
RGB
CMYK
RGB Variations
Color information
#2A772C (or 0x2A772C) is known color: Japanese Laurel. HEX triplet: 2A, 77 and 2C. RGB value is (42,119,44). Sum of RGB (Red+Green+Blue) = 42+119+44=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #2A772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A772C is #D588D3. Grayscale: #575757. Windows color (decimal): -13994196 or 2914090. OLE color: 2914090.
HSL color Cylindrical-coordinate representation of color #2A772C: hue angle of 121.56º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A772C is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 119 | 44 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.53 |
| HSL | 121.56º | 0.48% | 0.32% | - |
| HSV(B) | 121.56º | 0.65% | 0.47% | - |
| XYZ | 8.01 | 13.87 | 4.64 | - |
| YUV | 87.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 44 | 0.65 | 0 | 0.63 | 0.53 | 121.56 | 0.48 | 0.32 |
| Hex | 2A | 77 | 2C | 41 | 0 | 3F | 35 | 7A | 30 | 20 |
| Octal | 52 | 167 | 54 | 101 | 0 | 77 | 65 | 172 | 60 | 40 |
| Binary | 101010 | 1110111 | 101100 | 1000001 | 0 | 111111 | 110101 | 1111010 | 110000 | 100000 |
Color Harmonies of #2A772C
Complementary color
Monochromatic Colors of #2A772C
Black with #2A772C
Text Example
Text Example
White with #2A772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A772C; }
p { color: rgb(42,119,44); }
H1.HeaderClassName
{
color: #2A772C;
}
.AnyTagClassName
{
color: #2A772C;
}
</style>
background-color css
<style>
a { background-color: #2A772C; }
a { background-color: rgb(42,119,44); }
div.DivClassName
{
background-color: #2A772C;
}
.BgClassName
{
background-color: #2A772C;
}
</style>
border-color css
<style>
span { border-color: #2A772C; }
span { border-color: rgb(42,119,44); }
td.TdClassName
{
border-color: #2A772C;
}
.TagClassName
{
border-color: #2A772C;
}
</style>