Shades of Japanese Laurel #2F7528
Tints of Japanese Laurel #2F7528
RGB
CMYK
RGB Variations
Color information
#2F7528 (or 0x2F7528) is known color: Japanese Laurel. HEX triplet: 2F, 75 and 28. RGB value is (47,117,40). Sum of RGB (Red+Green+Blue) = 47+117+40=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7528 is #D08AD7. Grayscale: #575757. Windows color (decimal): -13667032 or 2651439. OLE color: 2651439.
HSL color Cylindrical-coordinate representation of color #2F7528: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F7528 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 40 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.54 |
| HSL | 114.55º | 0.49% | 0.31% | - |
| HSV(B) | 114.55º | 0.66% | 0.46% | - |
| XYZ | 7.92 | 13.48 | 4.19 | - |
| YUV | 87.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 40 | 0.60 | 0 | 0.66 | 0.54 | 114.55 | 0.49 | 0.31 |
| Hex | 2F | 75 | 28 | 3C | 0 | 42 | 36 | 73 | 31 | 1F |
| Octal | 57 | 165 | 50 | 74 | 0 | 102 | 66 | 163 | 61 | 37 |
| Binary | 101111 | 1110101 | 101000 | 111100 | 0 | 1000010 | 110110 | 1110011 | 110001 | 11111 |
Color Harmonies of #2F7528
Complementary color
Monochromatic Colors of #2F7528
Black with #2F7528
Text Example
Text Example
White with #2F7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7528; }
p { color: rgb(47,117,40); }
H1.HeaderClassName
{
color: #2F7528;
}
.AnyTagClassName
{
color: #2F7528;
}
</style>
background-color css
<style>
a { background-color: #2F7528; }
a { background-color: rgb(47,117,40); }
div.DivClassName
{
background-color: #2F7528;
}
.BgClassName
{
background-color: #2F7528;
}
</style>
border-color css
<style>
span { border-color: #2F7528; }
span { border-color: rgb(47,117,40); }
td.TdClassName
{
border-color: #2F7528;
}
.TagClassName
{
border-color: #2F7528;
}
</style>