Shades of Japanese Laurel #308A36
Tints of Japanese Laurel #308A36
RGB
CMYK
RGB Variations
Color information
#308A36 (or 0x308A36) is known color: Japanese Laurel. HEX triplet: 30, 8A and 36. RGB value is (48,138,54). Sum of RGB (Red+Green+Blue) = 48+138+54=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #308A36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A36 is #CF75C9. Grayscale: #656565. Windows color (decimal): -13596106 or 3574320. OLE color: 3574320.
HSL color Cylindrical-coordinate representation of color #308A36: hue angle of 124º 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 #308A36 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 54 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.46 |
| HSL | 124º | 0.48% | 0.36% | - |
| HSV(B) | 124º | 0.65% | 0.54% | - |
| XYZ | 10.97 | 19.07 | 6.59 | - |
| YUV | 101.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 54 | 0.65 | 0 | 0.61 | 0.46 | 124 | 0.48 | 0.36 |
| Hex | 30 | 8A | 36 | 41 | 0 | 3D | 2E | 7C | 30 | 24 |
| Octal | 60 | 212 | 66 | 101 | 0 | 75 | 56 | 174 | 60 | 44 |
| Binary | 110000 | 10001010 | 110110 | 1000001 | 0 | 111101 | 101110 | 1111100 | 110000 | 100100 |
Color Harmonies of #308A36
Complementary color
Monochromatic Colors of #308A36
Black with #308A36
Text Example
Text Example
White with #308A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A36; }
p { color: rgb(48,138,54); }
H1.HeaderClassName
{
color: #308A36;
}
.AnyTagClassName
{
color: #308A36;
}
</style>
background-color css
<style>
a { background-color: #308A36; }
a { background-color: rgb(48,138,54); }
div.DivClassName
{
background-color: #308A36;
}
.BgClassName
{
background-color: #308A36;
}
</style>
border-color css
<style>
span { border-color: #308A36; }
span { border-color: rgb(48,138,54); }
td.TdClassName
{
border-color: #308A36;
}
.TagClassName
{
border-color: #308A36;
}
</style>