Shades of Japanese Laurel #247C2B
Tints of Japanese Laurel #247C2B
RGB
CMYK
RGB Variations
Color information
#247C2B (or 0x247C2B) is known color: Japanese Laurel. HEX triplet: 24, 7C and 2B. RGB value is (36,124,43). Sum of RGB (Red+Green+Blue) = 36+124+43=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #247C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C2B is #DB83D4. Grayscale: #585858. Windows color (decimal): -14386133 or 2849828. OLE color: 2849828.
HSL color Cylindrical-coordinate representation of color #247C2B: hue angle of 124.77º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C2B is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 43 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.51 |
| HSL | 124.77º | 0.55% | 0.31% | - |
| HSV(B) | 124.77º | 0.71% | 0.49% | - |
| XYZ | 8.37 | 14.96 | 4.73 | - |
| YUV | 88.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 43 | 0.71 | 0 | 0.65 | 0.51 | 124.77 | 0.55 | 0.31 |
| Hex | 24 | 7C | 2B | 47 | 0 | 41 | 33 | 7D | 37 | 1F |
| Octal | 44 | 174 | 53 | 107 | 0 | 101 | 63 | 175 | 67 | 37 |
| Binary | 100100 | 1111100 | 101011 | 1000111 | 0 | 1000001 | 110011 | 1111101 | 110111 | 11111 |
Color Harmonies of #247C2B
Complementary color
Monochromatic Colors of #247C2B
Black with #247C2B
Text Example
Text Example
White with #247C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C2B; }
p { color: rgb(36,124,43); }
H1.HeaderClassName
{
color: #247C2B;
}
.AnyTagClassName
{
color: #247C2B;
}
</style>
background-color css
<style>
a { background-color: #247C2B; }
a { background-color: rgb(36,124,43); }
div.DivClassName
{
background-color: #247C2B;
}
.BgClassName
{
background-color: #247C2B;
}
</style>
border-color css
<style>
span { border-color: #247C2B; }
span { border-color: rgb(36,124,43); }
td.TdClassName
{
border-color: #247C2B;
}
.TagClassName
{
border-color: #247C2B;
}
</style>