Shades of Japanese Laurel #308C3C
Tints of Japanese Laurel #308C3C
RGB
CMYK
RGB Variations
Color information
#308C3C (or 0x308C3C) is known color: Japanese Laurel. HEX triplet: 30, 8C and 3C. RGB value is (48,140,60). Sum of RGB (Red+Green+Blue) = 48+140+60=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #308C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C3C is #CF73C3. Grayscale: #676767. Windows color (decimal): -13595588 or 3968048. OLE color: 3968048.
HSL color Cylindrical-coordinate representation of color #308C3C: hue angle of 127.83º 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 #308C3C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 60 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.45 |
| HSL | 127.83º | 0.49% | 0.37% | - |
| HSV(B) | 127.83º | 0.66% | 0.55% | - |
| XYZ | 11.41 | 19.71 | 7.48 | - |
| YUV | 103.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 60 | 0.66 | 0 | 0.57 | 0.45 | 127.83 | 0.49 | 0.37 |
| Hex | 30 | 8C | 3C | 42 | 0 | 39 | 2D | 80 | 31 | 25 |
| Octal | 60 | 214 | 74 | 102 | 0 | 71 | 55 | 200 | 61 | 45 |
| Binary | 110000 | 10001100 | 111100 | 1000010 | 0 | 111001 | 101101 | 10000000 | 110001 | 100101 |
Color Harmonies of #308C3C
Complementary color
Monochromatic Colors of #308C3C
Black with #308C3C
Text Example
Text Example
White with #308C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C3C; }
p { color: rgb(48,140,60); }
H1.HeaderClassName
{
color: #308C3C;
}
.AnyTagClassName
{
color: #308C3C;
}
</style>
background-color css
<style>
a { background-color: #308C3C; }
a { background-color: rgb(48,140,60); }
div.DivClassName
{
background-color: #308C3C;
}
.BgClassName
{
background-color: #308C3C;
}
</style>
border-color css
<style>
span { border-color: #308C3C; }
span { border-color: rgb(48,140,60); }
td.TdClassName
{
border-color: #308C3C;
}
.TagClassName
{
border-color: #308C3C;
}
</style>