Shades of Japanese Laurel #2A863D
Tints of Japanese Laurel #2A863D
RGB
CMYK
RGB Variations
Color information
#2A863D (or 0x2A863D) is known color: Japanese Laurel. HEX triplet: 2A, 86 and 3D. RGB value is (42,134,61). Sum of RGB (Red+Green+Blue) = 42+134+61=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #2A863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A863D is #D579C2. Grayscale: #626262. Windows color (decimal): -13990339 or 4032042. OLE color: 4032042.
HSL color Cylindrical-coordinate representation of color #2A863D: hue angle of 132.39º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A863D is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 61 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.47 |
| HSL | 132.39º | 0.52% | 0.35% | - |
| HSV(B) | 132.39º | 0.69% | 0.53% | - |
| XYZ | 10.32 | 17.88 | 7.32 | - |
| YUV | 98.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 61 | 0.69 | 0 | 0.54 | 0.47 | 132.39 | 0.52 | 0.35 |
| Hex | 2A | 86 | 3D | 45 | 0 | 36 | 2F | 84 | 34 | 23 |
| Octal | 52 | 206 | 75 | 105 | 0 | 66 | 57 | 204 | 64 | 43 |
| Binary | 101010 | 10000110 | 111101 | 1000101 | 0 | 110110 | 101111 | 10000100 | 110100 | 100011 |
Color Harmonies of #2A863D
Complementary color
Monochromatic Colors of #2A863D
Black with #2A863D
Text Example
Text Example
White with #2A863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A863D; }
p { color: rgb(42,134,61); }
H1.HeaderClassName
{
color: #2A863D;
}
.AnyTagClassName
{
color: #2A863D;
}
</style>
background-color css
<style>
a { background-color: #2A863D; }
a { background-color: rgb(42,134,61); }
div.DivClassName
{
background-color: #2A863D;
}
.BgClassName
{
background-color: #2A863D;
}
</style>
border-color css
<style>
span { border-color: #2A863D; }
span { border-color: rgb(42,134,61); }
td.TdClassName
{
border-color: #2A863D;
}
.TagClassName
{
border-color: #2A863D;
}
</style>