Shades of Japanese Laurel #247B2F
Tints of Japanese Laurel #247B2F
RGB
CMYK
RGB Variations
Color information
#247B2F (or 0x247B2F) is known color: Japanese Laurel. HEX triplet: 24, 7B and 2F. RGB value is (36,123,47). Sum of RGB (Red+Green+Blue) = 36+123+47=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #247B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247B2F is #DB84D0. Grayscale: #585858. Windows color (decimal): -14386385 or 3111716. OLE color: 3111716.
HSL color Cylindrical-coordinate representation of color #247B2F: hue angle of 127.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B2F is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 47 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.52 |
| HSL | 127.59º | 0.55% | 0.31% | - |
| HSV(B) | 127.59º | 0.71% | 0.48% | - |
| XYZ | 8.32 | 14.75 | 5.1 | - |
| YUV | 88.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 47 | 0.71 | 0 | 0.62 | 0.52 | 127.59 | 0.55 | 0.31 |
| Hex | 24 | 7B | 2F | 47 | 0 | 3E | 34 | 80 | 37 | 1F |
| Octal | 44 | 173 | 57 | 107 | 0 | 76 | 64 | 200 | 67 | 37 |
| Binary | 100100 | 1111011 | 101111 | 1000111 | 0 | 111110 | 110100 | 10000000 | 110111 | 11111 |
Color Harmonies of #247B2F
Complementary color
Monochromatic Colors of #247B2F
Black with #247B2F
Text Example
Text Example
White with #247B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B2F; }
p { color: rgb(36,123,47); }
H1.HeaderClassName
{
color: #247B2F;
}
.AnyTagClassName
{
color: #247B2F;
}
</style>
background-color css
<style>
a { background-color: #247B2F; }
a { background-color: rgb(36,123,47); }
div.DivClassName
{
background-color: #247B2F;
}
.BgClassName
{
background-color: #247B2F;
}
</style>
border-color css
<style>
span { border-color: #247B2F; }
span { border-color: rgb(36,123,47); }
td.TdClassName
{
border-color: #247B2F;
}
.TagClassName
{
border-color: #247B2F;
}
</style>