Shades of Japanese Laurel #2A873D
Tints of Japanese Laurel #2A873D
RGB
CMYK
RGB Variations
Color information
#2A873D (or 0x2A873D) is known color: Japanese Laurel. HEX triplet: 2A, 87 and 3D. RGB value is (42,135,61). Sum of RGB (Red+Green+Blue) = 42+135+61=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #2A873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A873D is #D578C2. Grayscale: #626262. Windows color (decimal): -13990083 or 4032298. OLE color: 4032298.
HSL color Cylindrical-coordinate representation of color #2A873D: hue angle of 132.26º degrees, saturation: 0.53, 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 #2A873D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 135 | 61 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.47 |
| HSL | 132.26º | 0.53% | 0.35% | - |
| HSV(B) | 132.26º | 0.69% | 0.53% | - |
| XYZ | 10.46 | 18.16 | 7.37 | - |
| YUV | 98.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 61 | 0.69 | 0 | 0.55 | 0.47 | 132.26 | 0.53 | 0.35 |
| Hex | 2A | 87 | 3D | 45 | 0 | 37 | 2F | 84 | 35 | 23 |
| Octal | 52 | 207 | 75 | 105 | 0 | 67 | 57 | 204 | 65 | 43 |
| Binary | 101010 | 10000111 | 111101 | 1000101 | 0 | 110111 | 101111 | 10000100 | 110101 | 100011 |
Color Harmonies of #2A873D
Complementary color
Monochromatic Colors of #2A873D
Black with #2A873D
Text Example
Text Example
White with #2A873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A873D; }
p { color: rgb(42,135,61); }
H1.HeaderClassName
{
color: #2A873D;
}
.AnyTagClassName
{
color: #2A873D;
}
</style>
background-color css
<style>
a { background-color: #2A873D; }
a { background-color: rgb(42,135,61); }
div.DivClassName
{
background-color: #2A873D;
}
.BgClassName
{
background-color: #2A873D;
}
</style>
border-color css
<style>
span { border-color: #2A873D; }
span { border-color: rgb(42,135,61); }
td.TdClassName
{
border-color: #2A873D;
}
.TagClassName
{
border-color: #2A873D;
}
</style>