Shades of Japanese Laurel #2A7D3A
Tints of Japanese Laurel #2A7D3A
RGB
CMYK
RGB Variations
Color information
#2A7D3A (or 0x2A7D3A) is known color: Japanese Laurel. HEX triplet: 2A, 7D and 3A. RGB value is (42,125,58). Sum of RGB (Red+Green+Blue) = 42+125+58=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D3A is #D582C5. Grayscale: #5C5C5C. Windows color (decimal): -13992646 or 3833130. OLE color: 3833130.
HSL color Cylindrical-coordinate representation of color #2A7D3A: hue angle of 131.57º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7D3A is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 58 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.51 |
| HSL | 131.57º | 0.5% | 0.33% | - |
| HSV(B) | 131.57º | 0.66% | 0.49% | - |
| XYZ | 9.05 | 15.46 | 6.51 | - |
| YUV | 92.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 58 | 0.66 | 0 | 0.54 | 0.51 | 131.57 | 0.5 | 0.33 |
| Hex | 2A | 7D | 3A | 42 | 0 | 36 | 33 | 84 | 32 | 21 |
| Octal | 52 | 175 | 72 | 102 | 0 | 66 | 63 | 204 | 62 | 41 |
| Binary | 101010 | 1111101 | 111010 | 1000010 | 0 | 110110 | 110011 | 10000100 | 110010 | 100001 |
Color Harmonies of #2A7D3A
Complementary color
Monochromatic Colors of #2A7D3A
Black with #2A7D3A
Text Example
Text Example
White with #2A7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D3A; }
p { color: rgb(42,125,58); }
H1.HeaderClassName
{
color: #2A7D3A;
}
.AnyTagClassName
{
color: #2A7D3A;
}
</style>
background-color css
<style>
a { background-color: #2A7D3A; }
a { background-color: rgb(42,125,58); }
div.DivClassName
{
background-color: #2A7D3A;
}
.BgClassName
{
background-color: #2A7D3A;
}
</style>
border-color css
<style>
span { border-color: #2A7D3A; }
span { border-color: rgb(42,125,58); }
td.TdClassName
{
border-color: #2A7D3A;
}
.TagClassName
{
border-color: #2A7D3A;
}
</style>