Shades of Japanese Laurel #308F40
Tints of Japanese Laurel #308F40
RGB
CMYK
RGB Variations
Color information
#308F40 (or 0x308F40) is known color: Japanese Laurel. HEX triplet: 30, 8F and 40. RGB value is (48,143,64). Sum of RGB (Red+Green+Blue) = 48+143+64=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #308F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F40 is #CF70BF. Grayscale: #696969. Windows color (decimal): -13594816 or 4230960. OLE color: 4230960.
HSL color Cylindrical-coordinate representation of color #308F40: hue angle of 130.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F40 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 64 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.44 |
| HSL | 130.11º | 0.5% | 0.37% | - |
| HSV(B) | 130.11º | 0.66% | 0.56% | - |
| XYZ | 11.97 | 20.64 | 8.2 | - |
| YUV | 105.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 64 | 0.66 | 0 | 0.55 | 0.44 | 130.11 | 0.5 | 0.37 |
| Hex | 30 | 8F | 40 | 42 | 0 | 37 | 2C | 82 | 32 | 25 |
| Octal | 60 | 217 | 100 | 102 | 0 | 67 | 54 | 202 | 62 | 45 |
| Binary | 110000 | 10001111 | 1000000 | 1000010 | 0 | 110111 | 101100 | 10000010 | 110010 | 100101 |
Color Harmonies of #308F40
Complementary color
Monochromatic Colors of #308F40
Black with #308F40
Text Example
Text Example
White with #308F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F40; }
p { color: rgb(48,143,64); }
H1.HeaderClassName
{
color: #308F40;
}
.AnyTagClassName
{
color: #308F40;
}
</style>
background-color css
<style>
a { background-color: #308F40; }
a { background-color: rgb(48,143,64); }
div.DivClassName
{
background-color: #308F40;
}
.BgClassName
{
background-color: #308F40;
}
</style>
border-color css
<style>
span { border-color: #308F40; }
span { border-color: rgb(48,143,64); }
td.TdClassName
{
border-color: #308F40;
}
.TagClassName
{
border-color: #308F40;
}
</style>