Shades of Japanese Laurel #2F7030
Tints of Japanese Laurel #2F7030
RGB
CMYK
RGB Variations
Color information
#2F7030 (or 0x2F7030) is known color: Japanese Laurel. HEX triplet: 2F, 70 and 30. RGB value is (47,112,48). Sum of RGB (Red+Green+Blue) = 47+112+48=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7030 is #D08FCF. Grayscale: #555555. Windows color (decimal): -13668304 or 3174447. OLE color: 3174447.
HSL color Cylindrical-coordinate representation of color #2F7030: hue angle of 120.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7030 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 48 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.56 |
| HSL | 120.92º | 0.41% | 0.31% | - |
| HSV(B) | 120.92º | 0.58% | 0.44% | - |
| XYZ | 7.5 | 12.41 | 4.8 | - |
| YUV | 85.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 48 | 0.58 | 0 | 0.57 | 0.56 | 120.92 | 0.41 | 0.31 |
| Hex | 2F | 70 | 30 | 3A | 0 | 39 | 38 | 79 | 29 | 1F |
| Octal | 57 | 160 | 60 | 72 | 0 | 71 | 70 | 171 | 51 | 37 |
| Binary | 101111 | 1110000 | 110000 | 111010 | 0 | 111001 | 111000 | 1111001 | 101001 | 11111 |
Color Harmonies of #2F7030
Complementary color
Monochromatic Colors of #2F7030
Black with #2F7030
Text Example
Text Example
White with #2F7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7030; }
p { color: rgb(47,112,48); }
H1.HeaderClassName
{
color: #2F7030;
}
.AnyTagClassName
{
color: #2F7030;
}
</style>
background-color css
<style>
a { background-color: #2F7030; }
a { background-color: rgb(47,112,48); }
div.DivClassName
{
background-color: #2F7030;
}
.BgClassName
{
background-color: #2F7030;
}
</style>
border-color css
<style>
span { border-color: #2F7030; }
span { border-color: rgb(47,112,48); }
td.TdClassName
{
border-color: #2F7030;
}
.TagClassName
{
border-color: #2F7030;
}
</style>