Shades of Japanese Laurel #247F31
Tints of Japanese Laurel #247F31
RGB
CMYK
RGB Variations
Color information
#247F31 (or 0x247F31) is known color: Japanese Laurel. HEX triplet: 24, 7F and 31. RGB value is (36,127,49). Sum of RGB (Red+Green+Blue) = 36+127+49=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #247F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F31 is #DB80CE. Grayscale: #5B5B5B. Windows color (decimal): -14385359 or 3243812. OLE color: 3243812.
HSL color Cylindrical-coordinate representation of color #247F31: hue angle of 128.57º 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 #247F31 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 49 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.50 |
| HSL | 128.57º | 0.56% | 0.32% | - |
| HSV(B) | 128.57º | 0.72% | 0.5% | - |
| XYZ | 8.87 | 15.78 | 5.48 | - |
| YUV | 90.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 49 | 0.72 | 0 | 0.61 | 0.50 | 128.57 | 0.56 | 0.32 |
| Hex | 24 | 7F | 31 | 48 | 0 | 3D | 32 | 81 | 38 | 20 |
| Octal | 44 | 177 | 61 | 110 | 0 | 75 | 62 | 201 | 70 | 40 |
| Binary | 100100 | 1111111 | 110001 | 1001000 | 0 | 111101 | 110010 | 10000001 | 111000 | 100000 |
Color Harmonies of #247F31
Complementary color
Monochromatic Colors of #247F31
Black with #247F31
Text Example
Text Example
White with #247F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F31; }
p { color: rgb(36,127,49); }
H1.HeaderClassName
{
color: #247F31;
}
.AnyTagClassName
{
color: #247F31;
}
</style>
background-color css
<style>
a { background-color: #247F31; }
a { background-color: rgb(36,127,49); }
div.DivClassName
{
background-color: #247F31;
}
.BgClassName
{
background-color: #247F31;
}
</style>
border-color css
<style>
span { border-color: #247F31; }
span { border-color: rgb(36,127,49); }
td.TdClassName
{
border-color: #247F31;
}
.TagClassName
{
border-color: #247F31;
}
</style>