Shades of Japanese Laurel #308A32
Tints of Japanese Laurel #308A32
RGB
CMYK
RGB Variations
Color information
#308A32 (or 0x308A32) is known color: Japanese Laurel. HEX triplet: 30, 8A and 32. RGB value is (48,138,50). Sum of RGB (Red+Green+Blue) = 48+138+50=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #308A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A32 is #CF75CD. Grayscale: #656565. Windows color (decimal): -13596110 or 3312176. OLE color: 3312176.
HSL color Cylindrical-coordinate representation of color #308A32: hue angle of 121.33º 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 #308A32 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 50 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.46 |
| HSL | 121.33º | 0.48% | 0.36% | - |
| HSV(B) | 121.33º | 0.65% | 0.54% | - |
| XYZ | 10.88 | 19.04 | 6.12 | - |
| YUV | 101.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 50 | 0.65 | 0 | 0.64 | 0.46 | 121.33 | 0.48 | 0.36 |
| Hex | 30 | 8A | 32 | 41 | 0 | 40 | 2E | 79 | 30 | 24 |
| Octal | 60 | 212 | 62 | 101 | 0 | 100 | 56 | 171 | 60 | 44 |
| Binary | 110000 | 10001010 | 110010 | 1000001 | 0 | 1000000 | 101110 | 1111001 | 110000 | 100100 |
Color Harmonies of #308A32
Complementary color
Monochromatic Colors of #308A32
Black with #308A32
Text Example
Text Example
White with #308A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A32; }
p { color: rgb(48,138,50); }
H1.HeaderClassName
{
color: #308A32;
}
.AnyTagClassName
{
color: #308A32;
}
</style>
background-color css
<style>
a { background-color: #308A32; }
a { background-color: rgb(48,138,50); }
div.DivClassName
{
background-color: #308A32;
}
.BgClassName
{
background-color: #308A32;
}
</style>
border-color css
<style>
span { border-color: #308A32; }
span { border-color: rgb(48,138,50); }
td.TdClassName
{
border-color: #308A32;
}
.TagClassName
{
border-color: #308A32;
}
</style>