Shades of Japanese Laurel #308A37
Tints of Japanese Laurel #308A37
RGB
CMYK
RGB Variations
Color information
#308A37 (or 0x308A37) is known color: Japanese Laurel. HEX triplet: 30, 8A and 37. RGB value is (48,138,55). Sum of RGB (Red+Green+Blue) = 48+138+55=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #308A37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A37 is #CF75C8. Grayscale: #656565. Windows color (decimal): -13596105 or 3639856. OLE color: 3639856.
HSL color Cylindrical-coordinate representation of color #308A37: hue angle of 124.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A37 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 55 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.46 |
| HSL | 124.67º | 0.48% | 0.36% | - |
| HSV(B) | 124.67º | 0.65% | 0.54% | - |
| XYZ | 11 | 19.08 | 6.72 | - |
| YUV | 101.63 | 101.68 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 55 | 0.65 | 0 | 0.60 | 0.46 | 124.67 | 0.48 | 0.36 |
| Hex | 30 | 8A | 37 | 41 | 0 | 3C | 2E | 7D | 30 | 24 |
| Octal | 60 | 212 | 67 | 101 | 0 | 74 | 56 | 175 | 60 | 44 |
| Binary | 110000 | 10001010 | 110111 | 1000001 | 0 | 111100 | 101110 | 1111101 | 110000 | 100100 |
Color Harmonies of #308A37
Complementary color
Monochromatic Colors of #308A37
Black with #308A37
Text Example
Text Example
White with #308A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A37; }
p { color: rgb(48,138,55); }
H1.HeaderClassName
{
color: #308A37;
}
.AnyTagClassName
{
color: #308A37;
}
</style>
background-color css
<style>
a { background-color: #308A37; }
a { background-color: rgb(48,138,55); }
div.DivClassName
{
background-color: #308A37;
}
.BgClassName
{
background-color: #308A37;
}
</style>
border-color css
<style>
span { border-color: #308A37; }
span { border-color: rgb(48,138,55); }
td.TdClassName
{
border-color: #308A37;
}
.TagClassName
{
border-color: #308A37;
}
</style>