Shades of Japanese Laurel #2A7B3A
Tints of Japanese Laurel #2A7B3A
RGB
CMYK
RGB Variations
Color information
#2A7B3A (or 0x2A7B3A) is known color: Japanese Laurel. HEX triplet: 2A, 7B and 3A. RGB value is (42,123,58). Sum of RGB (Red+Green+Blue) = 42+123+58=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7B3A is #D584C5. Grayscale: #5B5B5B. Windows color (decimal): -13993158 or 3832618. OLE color: 3832618.
HSL color Cylindrical-coordinate representation of color #2A7B3A: hue angle of 131.85º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7B3A is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 123 | 58 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.52 |
| HSL | 131.85º | 0.49% | 0.32% | - |
| HSV(B) | 131.85º | 0.66% | 0.48% | - |
| XYZ | 8.8 | 14.96 | 6.43 | - |
| YUV | 91.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 58 | 0.66 | 0 | 0.53 | 0.52 | 131.85 | 0.49 | 0.32 |
| Hex | 2A | 7B | 3A | 42 | 0 | 35 | 34 | 84 | 31 | 20 |
| Octal | 52 | 173 | 72 | 102 | 0 | 65 | 64 | 204 | 61 | 40 |
| Binary | 101010 | 1111011 | 111010 | 1000010 | 0 | 110101 | 110100 | 10000100 | 110001 | 100000 |
Color Harmonies of #2A7B3A
Complementary color
Monochromatic Colors of #2A7B3A
Black with #2A7B3A
Text Example
Text Example
White with #2A7B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7B3A; }
p { color: rgb(42,123,58); }
H1.HeaderClassName
{
color: #2A7B3A;
}
.AnyTagClassName
{
color: #2A7B3A;
}
</style>
background-color css
<style>
a { background-color: #2A7B3A; }
a { background-color: rgb(42,123,58); }
div.DivClassName
{
background-color: #2A7B3A;
}
.BgClassName
{
background-color: #2A7B3A;
}
</style>
border-color css
<style>
span { border-color: #2A7B3A; }
span { border-color: rgb(42,123,58); }
td.TdClassName
{
border-color: #2A7B3A;
}
.TagClassName
{
border-color: #2A7B3A;
}
</style>