#30733A

Color #30733A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #30733A

Tints of Japanese Laurel #30733A

Color information

#30733A (or 0x30733A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 73 and 3A. RGB value is (48,115,58). Sum of RGB (Red+Green+Blue) = 48+115+58=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #30733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733A is #CF8CC5. Grayscale: #585858. Windows color (decimal): -13601990 or 3830576. OLE color: 3830576.

HSL color Cylindrical-coordinate representation of color #30733A: hue angle of 128.96º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30733A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB4811558-
CMYK0.5800.500.55
HSL128.96º41.1%31.96%-
HSV(B)128.96º58.26%45.1%-
XYZ8.1113.26.12-
YUV88.47110.899.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=21.72%
G=52.04%
B=26.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115580.5800.500.55128.9641.131.96
Hex30733A3A03237812920
Octal601637272062672015140
Binary1100001110011111010111010011001011011110000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30733A; }

 p { color: rgb(48,115,58); }

 H1.HeaderClassName
 {
   color: #30733A;
 }
 .AnyTagClassName
 {
   color: #30733A;
 }
</style>
background-color css

<style>
 a { background-color: #30733A; }

 a { background-color: rgb(48,115,58); }

 div.DivClassName
 {
   background-color: #30733A;
 }
 .BgClassName
 {
   background-color: #30733A;
 }
</style>
border-color css

<style>
 span { border-color: #30733A; }

 span { border-color: rgb(48,115,58); }

 td.TdClassName
 {
   border-color: #30733A;
 }
 .TagClassName
 {
   border-color: #30733A;
 }
</style>