Shades of Japanese Laurel #2A7D31
Tints of Japanese Laurel #2A7D31
RGB
CMYK
RGB Variations
Color information
#2A7D31 (or 0x2A7D31) is known color: Japanese Laurel. HEX triplet: 2A, 7D and 31. RGB value is (42,125,49). Sum of RGB (Red+Green+Blue) = 42+125+49=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D31 is #D582CE. Grayscale: #5B5B5B. Windows color (decimal): -13992655 or 3243306. OLE color: 3243306.
HSL color Cylindrical-coordinate representation of color #2A7D31: hue angle of 125.06º 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 #2A7D31 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 49 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.51 |
| HSL | 125.06º | 0.5% | 0.33% | - |
| HSV(B) | 125.06º | 0.66% | 0.49% | - |
| XYZ | 8.84 | 15.38 | 5.41 | - |
| YUV | 91.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 49 | 0.66 | 0 | 0.61 | 0.51 | 125.06 | 0.5 | 0.33 |
| Hex | 2A | 7D | 31 | 42 | 0 | 3D | 33 | 7D | 32 | 21 |
| Octal | 52 | 175 | 61 | 102 | 0 | 75 | 63 | 175 | 62 | 41 |
| Binary | 101010 | 1111101 | 110001 | 1000010 | 0 | 111101 | 110011 | 1111101 | 110010 | 100001 |
Color Harmonies of #2A7D31
Complementary color
Monochromatic Colors of #2A7D31
Black with #2A7D31
Text Example
Text Example
White with #2A7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D31; }
p { color: rgb(42,125,49); }
H1.HeaderClassName
{
color: #2A7D31;
}
.AnyTagClassName
{
color: #2A7D31;
}
</style>
background-color css
<style>
a { background-color: #2A7D31; }
a { background-color: rgb(42,125,49); }
div.DivClassName
{
background-color: #2A7D31;
}
.BgClassName
{
background-color: #2A7D31;
}
</style>
border-color css
<style>
span { border-color: #2A7D31; }
span { border-color: rgb(42,125,49); }
td.TdClassName
{
border-color: #2A7D31;
}
.TagClassName
{
border-color: #2A7D31;
}
</style>