Shades of Japanese Laurel #2A732B
Tints of Japanese Laurel #2A732B
RGB
CMYK
RGB Variations
Color information
#2A732B (or 0x2A732B) is known color: Japanese Laurel. HEX triplet: 2A, 73 and 2B. RGB value is (42,115,43). Sum of RGB (Red+Green+Blue) = 42+115+43=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #2A732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A732B is #D58CD4. Grayscale: #555555. Windows color (decimal): -13995221 or 2847530. OLE color: 2847530.
HSL color Cylindrical-coordinate representation of color #2A732B: hue angle of 120.82º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A732B is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 43 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.55 |
| HSL | 120.82º | 0.46% | 0.31% | - |
| HSV(B) | 120.82º | 0.63% | 0.45% | - |
| XYZ | 7.52 | 12.93 | 4.38 | - |
| YUV | 84.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 43 | 0.63 | 0 | 0.63 | 0.55 | 120.82 | 0.46 | 0.31 |
| Hex | 2A | 73 | 2B | 3F | 0 | 3F | 37 | 79 | 2E | 1F |
| Octal | 52 | 163 | 53 | 77 | 0 | 77 | 67 | 171 | 56 | 37 |
| Binary | 101010 | 1110011 | 101011 | 111111 | 0 | 111111 | 110111 | 1111001 | 101110 | 11111 |
Color Harmonies of #2A732B
Complementary color
Monochromatic Colors of #2A732B
Black with #2A732B
Text Example
Text Example
White with #2A732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A732B; }
p { color: rgb(42,115,43); }
H1.HeaderClassName
{
color: #2A732B;
}
.AnyTagClassName
{
color: #2A732B;
}
</style>
background-color css
<style>
a { background-color: #2A732B; }
a { background-color: rgb(42,115,43); }
div.DivClassName
{
background-color: #2A732B;
}
.BgClassName
{
background-color: #2A732B;
}
</style>
border-color css
<style>
span { border-color: #2A732B; }
span { border-color: rgb(42,115,43); }
td.TdClassName
{
border-color: #2A732B;
}
.TagClassName
{
border-color: #2A732B;
}
</style>