Shades of Japanese Laurel #308D3B
Tints of Japanese Laurel #308D3B
RGB
CMYK
RGB Variations
Color information
#308D3B (or 0x308D3B) is known color: Japanese Laurel. HEX triplet: 30, 8D and 3B. RGB value is (48,141,59). Sum of RGB (Red+Green+Blue) = 48+141+59=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #308D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D3B is #CF72C4. Grayscale: #686868. Windows color (decimal): -13595333 or 3902768. OLE color: 3902768.
HSL color Cylindrical-coordinate representation of color #308D3B: hue angle of 127.1º 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 #308D3B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 59 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.45 |
| HSL | 127.1º | 0.49% | 0.37% | - |
| HSV(B) | 127.1º | 0.66% | 0.55% | - |
| XYZ | 11.53 | 19.99 | 7.39 | - |
| YUV | 103.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 59 | 0.66 | 0 | 0.58 | 0.45 | 127.1 | 0.49 | 0.37 |
| Hex | 30 | 8D | 3B | 42 | 0 | 3A | 2D | 7F | 31 | 25 |
| Octal | 60 | 215 | 73 | 102 | 0 | 72 | 55 | 177 | 61 | 45 |
| Binary | 110000 | 10001101 | 111011 | 1000010 | 0 | 111010 | 101101 | 1111111 | 110001 | 100101 |
Color Harmonies of #308D3B
Complementary color
Monochromatic Colors of #308D3B
Black with #308D3B
Text Example
Text Example
White with #308D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D3B; }
p { color: rgb(48,141,59); }
H1.HeaderClassName
{
color: #308D3B;
}
.AnyTagClassName
{
color: #308D3B;
}
</style>
background-color css
<style>
a { background-color: #308D3B; }
a { background-color: rgb(48,141,59); }
div.DivClassName
{
background-color: #308D3B;
}
.BgClassName
{
background-color: #308D3B;
}
</style>
border-color css
<style>
span { border-color: #308D3B; }
span { border-color: rgb(48,141,59); }
td.TdClassName
{
border-color: #308D3B;
}
.TagClassName
{
border-color: #308D3B;
}
</style>