Shades of Japanese Laurel #2A813A
Tints of Japanese Laurel #2A813A
RGB
CMYK
RGB Variations
Color information
#2A813A (or 0x2A813A) is known color: Japanese Laurel. HEX triplet: 2A, 81 and 3A. RGB value is (42,129,58). Sum of RGB (Red+Green+Blue) = 42+129+58=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #2A813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A813A is #D57EC5. Grayscale: #5F5F5F. Windows color (decimal): -13991622 or 3834154. OLE color: 3834154.
HSL color Cylindrical-coordinate representation of color #2A813A: hue angle of 131.03º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A813A is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 58 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.49 |
| HSL | 131.03º | 0.51% | 0.34% | - |
| HSV(B) | 131.03º | 0.67% | 0.51% | - |
| XYZ | 9.57 | 16.5 | 6.68 | - |
| YUV | 94.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 58 | 0.67 | 0 | 0.55 | 0.49 | 131.03 | 0.51 | 0.34 |
| Hex | 2A | 81 | 3A | 43 | 0 | 37 | 31 | 83 | 33 | 22 |
| Octal | 52 | 201 | 72 | 103 | 0 | 67 | 61 | 203 | 63 | 42 |
| Binary | 101010 | 10000001 | 111010 | 1000011 | 0 | 110111 | 110001 | 10000011 | 110011 | 100010 |
Color Harmonies of #2A813A
Complementary color
Monochromatic Colors of #2A813A
Black with #2A813A
Text Example
Text Example
White with #2A813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A813A; }
p { color: rgb(42,129,58); }
H1.HeaderClassName
{
color: #2A813A;
}
.AnyTagClassName
{
color: #2A813A;
}
</style>
background-color css
<style>
a { background-color: #2A813A; }
a { background-color: rgb(42,129,58); }
div.DivClassName
{
background-color: #2A813A;
}
.BgClassName
{
background-color: #2A813A;
}
</style>
border-color css
<style>
span { border-color: #2A813A; }
span { border-color: rgb(42,129,58); }
td.TdClassName
{
border-color: #2A813A;
}
.TagClassName
{
border-color: #2A813A;
}
</style>