Shades of Japanese Laurel #2A7F2C
Tints of Japanese Laurel #2A7F2C
RGB
CMYK
RGB Variations
Color information
#2A7F2C (or 0x2A7F2C) is known color: Japanese Laurel. HEX triplet: 2A, 7F and 2C. RGB value is (42,127,44). Sum of RGB (Red+Green+Blue) = 42+127+44=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7F2C is #D580D3. Grayscale: #5C5C5C. Windows color (decimal): -13992148 or 2916138. OLE color: 2916138.
HSL color Cylindrical-coordinate representation of color #2A7F2C: hue angle of 121.41º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7F2C is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 127 | 44 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.50 |
| HSL | 121.41º | 0.5% | 0.33% | - |
| HSV(B) | 121.41º | 0.67% | 0.5% | - |
| XYZ | 9 | 15.85 | 4.97 | - |
| YUV | 92.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 44 | 0.67 | 0 | 0.65 | 0.50 | 121.41 | 0.5 | 0.33 |
| Hex | 2A | 7F | 2C | 43 | 0 | 41 | 32 | 79 | 32 | 21 |
| Octal | 52 | 177 | 54 | 103 | 0 | 101 | 62 | 171 | 62 | 41 |
| Binary | 101010 | 1111111 | 101100 | 1000011 | 0 | 1000001 | 110010 | 1111001 | 110010 | 100001 |
Color Harmonies of #2A7F2C
Complementary color
Monochromatic Colors of #2A7F2C
Black with #2A7F2C
Text Example
Text Example
White with #2A7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7F2C; }
p { color: rgb(42,127,44); }
H1.HeaderClassName
{
color: #2A7F2C;
}
.AnyTagClassName
{
color: #2A7F2C;
}
</style>
background-color css
<style>
a { background-color: #2A7F2C; }
a { background-color: rgb(42,127,44); }
div.DivClassName
{
background-color: #2A7F2C;
}
.BgClassName
{
background-color: #2A7F2C;
}
</style>
border-color css
<style>
span { border-color: #2A7F2C; }
span { border-color: rgb(42,127,44); }
td.TdClassName
{
border-color: #2A7F2C;
}
.TagClassName
{
border-color: #2A7F2C;
}
</style>