Shades of Japanese Laurel #2F7A3E
Tints of Japanese Laurel #2F7A3E
RGB
CMYK
RGB Variations
Color information
#2F7A3E (or 0x2F7A3E) is known color: Japanese Laurel. HEX triplet: 2F, 7A and 3E. RGB value is (47,122,62). Sum of RGB (Red+Green+Blue) = 47+122+62=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7A3E is #D085C1. Grayscale: #5C5C5C. Windows color (decimal): -13665730 or 4094511. OLE color: 4094511.
HSL color Cylindrical-coordinate representation of color #2F7A3E: hue angle of 132º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7A3E is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 122 | 62 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.52 |
| HSL | 132º | 0.44% | 0.33% | - |
| HSV(B) | 132º | 0.61% | 0.48% | - |
| XYZ | 9 | 14.87 | 6.95 | - |
| YUV | 92.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 62 | 0.61 | 0 | 0.49 | 0.52 | 132 | 0.44 | 0.33 |
| Hex | 2F | 7A | 3E | 3D | 0 | 31 | 34 | 84 | 2C | 21 |
| Octal | 57 | 172 | 76 | 75 | 0 | 61 | 64 | 204 | 54 | 41 |
| Binary | 101111 | 1111010 | 111110 | 111101 | 0 | 110001 | 110100 | 10000100 | 101100 | 100001 |
Color Harmonies of #2F7A3E
Complementary color
Monochromatic Colors of #2F7A3E
Black with #2F7A3E
Text Example
Text Example
White with #2F7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7A3E; }
p { color: rgb(47,122,62); }
H1.HeaderClassName
{
color: #2F7A3E;
}
.AnyTagClassName
{
color: #2F7A3E;
}
</style>
background-color css
<style>
a { background-color: #2F7A3E; }
a { background-color: rgb(47,122,62); }
div.DivClassName
{
background-color: #2F7A3E;
}
.BgClassName
{
background-color: #2F7A3E;
}
</style>
border-color css
<style>
span { border-color: #2F7A3E; }
span { border-color: rgb(47,122,62); }
td.TdClassName
{
border-color: #2F7A3E;
}
.TagClassName
{
border-color: #2F7A3E;
}
</style>