Shades of Japanese Laurel #248D3C
Tints of Japanese Laurel #248D3C
RGB
CMYK
RGB Variations
Color information
#248D3C (or 0x248D3C) is known color: Japanese Laurel. HEX triplet: 24, 8D and 3C. RGB value is (36,141,60). Sum of RGB (Red+Green+Blue) = 36+141+60=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #248D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D3C is #DB72C3. Grayscale: #646464. Windows color (decimal): -14381764 or 3968292. OLE color: 3968292.
HSL color Cylindrical-coordinate representation of color #248D3C: hue angle of 133.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D3C is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 60 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.45 |
| HSL | 133.71º | 0.59% | 0.35% | - |
| HSV(B) | 133.71º | 0.74% | 0.55% | - |
| XYZ | 11.07 | 19.75 | 7.5 | - |
| YUV | 100.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 60 | 0.74 | 0 | 0.57 | 0.45 | 133.71 | 0.59 | 0.35 |
| Hex | 24 | 8D | 3C | 4A | 0 | 39 | 2D | 86 | 3B | 23 |
| Octal | 44 | 215 | 74 | 112 | 0 | 71 | 55 | 206 | 73 | 43 |
| Binary | 100100 | 10001101 | 111100 | 1001010 | 0 | 111001 | 101101 | 10000110 | 111011 | 100011 |
Color Harmonies of #248D3C
Complementary color
Monochromatic Colors of #248D3C
Black with #248D3C
Text Example
Text Example
White with #248D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D3C; }
p { color: rgb(36,141,60); }
H1.HeaderClassName
{
color: #248D3C;
}
.AnyTagClassName
{
color: #248D3C;
}
</style>
background-color css
<style>
a { background-color: #248D3C; }
a { background-color: rgb(36,141,60); }
div.DivClassName
{
background-color: #248D3C;
}
.BgClassName
{
background-color: #248D3C;
}
</style>
border-color css
<style>
span { border-color: #248D3C; }
span { border-color: rgb(36,141,60); }
td.TdClassName
{
border-color: #248D3C;
}
.TagClassName
{
border-color: #248D3C;
}
</style>