Shades of Japanese Laurel #2F6F2D
Tints of Japanese Laurel #2F6F2D
RGB
CMYK
RGB Variations
Color information
#2F6F2D (or 0x2F6F2D) is known color: Japanese Laurel. HEX triplet: 2F, 6F and 2D. RGB value is (47,111,45). Sum of RGB (Red+Green+Blue) = 47+111+45=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F2D is #D090D2. Grayscale: #545454. Windows color (decimal): -13668563 or 2977583. OLE color: 2977583.
HSL color Cylindrical-coordinate representation of color #2F6F2D: hue angle of 118.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6F2D is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 111 | 45 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.56 |
| HSL | 118.18º | 0.42% | 0.31% | - |
| HSV(B) | 118.18º | 0.59% | 0.44% | - |
| XYZ | 7.33 | 12.16 | 4.44 | - |
| YUV | 84.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 45 | 0.58 | 0 | 0.59 | 0.56 | 118.18 | 0.42 | 0.31 |
| Hex | 2F | 6F | 2D | 3A | 0 | 3B | 38 | 76 | 2A | 1F |
| Octal | 57 | 157 | 55 | 72 | 0 | 73 | 70 | 166 | 52 | 37 |
| Binary | 101111 | 1101111 | 101101 | 111010 | 0 | 111011 | 111000 | 1110110 | 101010 | 11111 |
Color Harmonies of #2F6F2D
Complementary color
Monochromatic Colors of #2F6F2D
Black with #2F6F2D
Text Example
Text Example
White with #2F6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6F2D; }
p { color: rgb(47,111,45); }
H1.HeaderClassName
{
color: #2F6F2D;
}
.AnyTagClassName
{
color: #2F6F2D;
}
</style>
background-color css
<style>
a { background-color: #2F6F2D; }
a { background-color: rgb(47,111,45); }
div.DivClassName
{
background-color: #2F6F2D;
}
.BgClassName
{
background-color: #2F6F2D;
}
</style>
border-color css
<style>
span { border-color: #2F6F2D; }
span { border-color: rgb(47,111,45); }
td.TdClassName
{
border-color: #2F6F2D;
}
.TagClassName
{
border-color: #2F6F2D;
}
</style>