Shades of Japanese Laurel #247F2F
Tints of Japanese Laurel #247F2F
RGB
CMYK
RGB Variations
Color information
#247F2F (or 0x247F2F) is known color: Japanese Laurel. HEX triplet: 24, 7F and 2F. RGB value is (36,127,47). Sum of RGB (Red+Green+Blue) = 36+127+47=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #247F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F2F is #DB80D0. Grayscale: #5A5A5A. Windows color (decimal): -14385361 or 3112740. OLE color: 3112740.
HSL color Cylindrical-coordinate representation of color #247F2F: hue angle of 127.25º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F2F is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 47 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.50 |
| HSL | 127.25º | 0.56% | 0.32% | - |
| HSV(B) | 127.25º | 0.72% | 0.5% | - |
| XYZ | 8.83 | 15.76 | 5.27 | - |
| YUV | 90.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 47 | 0.72 | 0 | 0.63 | 0.50 | 127.25 | 0.56 | 0.32 |
| Hex | 24 | 7F | 2F | 48 | 0 | 3F | 32 | 7F | 38 | 20 |
| Octal | 44 | 177 | 57 | 110 | 0 | 77 | 62 | 177 | 70 | 40 |
| Binary | 100100 | 1111111 | 101111 | 1001000 | 0 | 111111 | 110010 | 1111111 | 111000 | 100000 |
Color Harmonies of #247F2F
Complementary color
Monochromatic Colors of #247F2F
Black with #247F2F
Text Example
Text Example
White with #247F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F2F; }
p { color: rgb(36,127,47); }
H1.HeaderClassName
{
color: #247F2F;
}
.AnyTagClassName
{
color: #247F2F;
}
</style>
background-color css
<style>
a { background-color: #247F2F; }
a { background-color: rgb(36,127,47); }
div.DivClassName
{
background-color: #247F2F;
}
.BgClassName
{
background-color: #247F2F;
}
</style>
border-color css
<style>
span { border-color: #247F2F; }
span { border-color: rgb(36,127,47); }
td.TdClassName
{
border-color: #247F2F;
}
.TagClassName
{
border-color: #247F2F;
}
</style>