Shades of Japanese Laurel #248B3B
Tints of Japanese Laurel #248B3B
RGB
CMYK
RGB Variations
Color information
#248B3B (or 0x248B3B) is known color: Japanese Laurel. HEX triplet: 24, 8B and 3B. RGB value is (36,139,59). Sum of RGB (Red+Green+Blue) = 36+139+59=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #248B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B3B is #DB74C4. Grayscale: #636363. Windows color (decimal): -14382277 or 3902244. OLE color: 3902244.
HSL color Cylindrical-coordinate representation of color #248B3B: hue angle of 133.4º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B3B is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 59 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.45 |
| HSL | 133.4º | 0.59% | 0.34% | - |
| HSV(B) | 133.4º | 0.74% | 0.55% | - |
| XYZ | 10.75 | 19.16 | 7.27 | - |
| YUV | 99.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 59 | 0.74 | 0 | 0.58 | 0.45 | 133.4 | 0.59 | 0.34 |
| Hex | 24 | 8B | 3B | 4A | 0 | 3A | 2D | 85 | 3B | 22 |
| Octal | 44 | 213 | 73 | 112 | 0 | 72 | 55 | 205 | 73 | 42 |
| Binary | 100100 | 10001011 | 111011 | 1001010 | 0 | 111010 | 101101 | 10000101 | 111011 | 100010 |
Color Harmonies of #248B3B
Complementary color
Monochromatic Colors of #248B3B
Black with #248B3B
Text Example
Text Example
White with #248B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B3B; }
p { color: rgb(36,139,59); }
H1.HeaderClassName
{
color: #248B3B;
}
.AnyTagClassName
{
color: #248B3B;
}
</style>
background-color css
<style>
a { background-color: #248B3B; }
a { background-color: rgb(36,139,59); }
div.DivClassName
{
background-color: #248B3B;
}
.BgClassName
{
background-color: #248B3B;
}
</style>
border-color css
<style>
span { border-color: #248B3B; }
span { border-color: rgb(36,139,59); }
td.TdClassName
{
border-color: #248B3B;
}
.TagClassName
{
border-color: #248B3B;
}
</style>