Shades of Japanese Laurel #30903F
Tints of Japanese Laurel #30903F
RGB
CMYK
RGB Variations
Color information
#30903F (or 0x30903F) is known color: Japanese Laurel. HEX triplet: 30, 90 and 3F. RGB value is (48,144,63). Sum of RGB (Red+Green+Blue) = 48+144+63=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #30903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30903F is #CF6FC0. Grayscale: #6A6A6A. Windows color (decimal): -13594561 or 4165680. OLE color: 4165680.
HSL color Cylindrical-coordinate representation of color #30903F: hue angle of 129.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30903F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 63 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.44 |
| HSL | 129.38º | 0.5% | 0.38% | - |
| HSV(B) | 129.38º | 0.67% | 0.56% | - |
| XYZ | 12.09 | 20.93 | 8.11 | - |
| YUV | 106.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 63 | 0.67 | 0 | 0.56 | 0.44 | 129.38 | 0.5 | 0.38 |
| Hex | 30 | 90 | 3F | 43 | 0 | 38 | 2C | 81 | 32 | 26 |
| Octal | 60 | 220 | 77 | 103 | 0 | 70 | 54 | 201 | 62 | 46 |
| Binary | 110000 | 10010000 | 111111 | 1000011 | 0 | 111000 | 101100 | 10000001 | 110010 | 100110 |
Color Harmonies of #30903F
Complementary color
Monochromatic Colors of #30903F
Black with #30903F
Text Example
Text Example
White with #30903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30903F; }
p { color: rgb(48,144,63); }
H1.HeaderClassName
{
color: #30903F;
}
.AnyTagClassName
{
color: #30903F;
}
</style>
background-color css
<style>
a { background-color: #30903F; }
a { background-color: rgb(48,144,63); }
div.DivClassName
{
background-color: #30903F;
}
.BgClassName
{
background-color: #30903F;
}
</style>
border-color css
<style>
span { border-color: #30903F; }
span { border-color: rgb(48,144,63); }
td.TdClassName
{
border-color: #30903F;
}
.TagClassName
{
border-color: #30903F;
}
</style>