Shades of Japanese Laurel #2A701F
Tints of Japanese Laurel #2A701F
RGB
CMYK
RGB Variations
Color information
#2A701F (or 0x2A701F) is known color: Japanese Laurel. HEX triplet: 2A, 70 and 1F. RGB value is (42,112,31). Sum of RGB (Red+Green+Blue) = 42+112+31=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #2A701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A701F is #D58FE0. Grayscale: #525252. Windows color (decimal): -13996001 or 2060330. OLE color: 2060330.
HSL color Cylindrical-coordinate representation of color #2A701F: hue angle of 111.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A701F is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 31 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.56 |
| HSL | 111.85º | 0.57% | 0.28% | - |
| HSV(B) | 111.85º | 0.72% | 0.44% | - |
| XYZ | 7 | 12.18 | 3.28 | - |
| YUV | 81.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 31 | 0.62 | 0 | 0.72 | 0.56 | 111.85 | 0.57 | 0.28 |
| Hex | 2A | 70 | 1F | 3E | 0 | 48 | 38 | 70 | 39 | 1C |
| Octal | 52 | 160 | 37 | 76 | 0 | 110 | 70 | 160 | 71 | 34 |
| Binary | 101010 | 1110000 | 11111 | 111110 | 0 | 1001000 | 111000 | 1110000 | 111001 | 11100 |
Color Harmonies of #2A701F
Complementary color
Monochromatic Colors of #2A701F
Black with #2A701F
Text Example
Text Example
White with #2A701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A701F; }
p { color: rgb(42,112,31); }
H1.HeaderClassName
{
color: #2A701F;
}
.AnyTagClassName
{
color: #2A701F;
}
</style>
background-color css
<style>
a { background-color: #2A701F; }
a { background-color: rgb(42,112,31); }
div.DivClassName
{
background-color: #2A701F;
}
.BgClassName
{
background-color: #2A701F;
}
</style>
border-color css
<style>
span { border-color: #2A701F; }
span { border-color: rgb(42,112,31); }
td.TdClassName
{
border-color: #2A701F;
}
.TagClassName
{
border-color: #2A701F;
}
</style>