Shades of Japanese Laurel #308D3C
Tints of Japanese Laurel #308D3C
RGB
CMYK
RGB Variations
Color information
#308D3C (or 0x308D3C) is known color: Japanese Laurel. HEX triplet: 30, 8D and 3C. RGB value is (48,141,60). Sum of RGB (Red+Green+Blue) = 48+141+60=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #308D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D3C is #CF72C3. Grayscale: #686868. Windows color (decimal): -13595332 or 3968304. OLE color: 3968304.
HSL color Cylindrical-coordinate representation of color #308D3C: hue angle of 127.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D3C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 60 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.45 |
| HSL | 127.74º | 0.49% | 0.37% | - |
| HSV(B) | 127.74º | 0.66% | 0.55% | - |
| XYZ | 11.56 | 20 | 7.53 | - |
| YUV | 103.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 60 | 0.66 | 0 | 0.57 | 0.45 | 127.74 | 0.49 | 0.37 |
| Hex | 30 | 8D | 3C | 42 | 0 | 39 | 2D | 80 | 31 | 25 |
| Octal | 60 | 215 | 74 | 102 | 0 | 71 | 55 | 200 | 61 | 45 |
| Binary | 110000 | 10001101 | 111100 | 1000010 | 0 | 111001 | 101101 | 10000000 | 110001 | 100101 |
Color Harmonies of #308D3C
Complementary color
Monochromatic Colors of #308D3C
Black with #308D3C
Text Example
Text Example
White with #308D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D3C; }
p { color: rgb(48,141,60); }
H1.HeaderClassName
{
color: #308D3C;
}
.AnyTagClassName
{
color: #308D3C;
}
</style>
background-color css
<style>
a { background-color: #308D3C; }
a { background-color: rgb(48,141,60); }
div.DivClassName
{
background-color: #308D3C;
}
.BgClassName
{
background-color: #308D3C;
}
</style>
border-color css
<style>
span { border-color: #308D3C; }
span { border-color: rgb(48,141,60); }
td.TdClassName
{
border-color: #308D3C;
}
.TagClassName
{
border-color: #308D3C;
}
</style>