Shades of Japanese Laurel #2F793D
Tints of Japanese Laurel #2F793D
RGB
CMYK
RGB Variations
Color information
#2F793D (or 0x2F793D) is known color: Japanese Laurel. HEX triplet: 2F, 79 and 3D. RGB value is (47,121,61). Sum of RGB (Red+Green+Blue) = 47+121+61=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #2F793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F793D is #D086C2. Grayscale: #5C5C5C. Windows color (decimal): -13665987 or 4028719. OLE color: 4028719.
HSL color Cylindrical-coordinate representation of color #2F793D: hue angle of 131.35º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F793D is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 61 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.53 |
| HSL | 131.35º | 0.44% | 0.33% | - |
| HSV(B) | 131.35º | 0.61% | 0.47% | - |
| XYZ | 8.85 | 14.62 | 6.77 | - |
| YUV | 92.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 61 | 0.61 | 0 | 0.50 | 0.53 | 131.35 | 0.44 | 0.33 |
| Hex | 2F | 79 | 3D | 3D | 0 | 32 | 35 | 83 | 2C | 21 |
| Octal | 57 | 171 | 75 | 75 | 0 | 62 | 65 | 203 | 54 | 41 |
| Binary | 101111 | 1111001 | 111101 | 111101 | 0 | 110010 | 110101 | 10000011 | 101100 | 100001 |
Color Harmonies of #2F793D
Complementary color
Monochromatic Colors of #2F793D
Black with #2F793D
Text Example
Text Example
White with #2F793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F793D; }
p { color: rgb(47,121,61); }
H1.HeaderClassName
{
color: #2F793D;
}
.AnyTagClassName
{
color: #2F793D;
}
</style>
background-color css
<style>
a { background-color: #2F793D; }
a { background-color: rgb(47,121,61); }
div.DivClassName
{
background-color: #2F793D;
}
.BgClassName
{
background-color: #2F793D;
}
</style>
border-color css
<style>
span { border-color: #2F793D; }
span { border-color: rgb(47,121,61); }
td.TdClassName
{
border-color: #2F793D;
}
.TagClassName
{
border-color: #2F793D;
}
</style>