#30743A

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

Shades of Japanese Laurel #30743A

Tints of Japanese Laurel #30743A

Color information

#30743A (or 0x30743A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 3A. RGB value is (48,116,58). Sum of RGB (Red+Green+Blue) = 48+116+58=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #30743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30743A is #CF8BC5. Grayscale: #595959. Windows color (decimal): -13601734 or 3830832. OLE color: 3830832.

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

Color convert

RGB4811658-
CMYK0.5900.50.55
HSL128.82º41.46%32.16%-
HSV(B)128.82º58.62%45.49%-
XYZ8.2313.426.16-
YUV89.06110.4798.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=21.62%
G=52.25%
B=26.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116580.5900.50.55128.8241.4632.16
Hex30743A3B03237812920
Octal601647273062672015140
Binary1100001110100111010111011011001011011110000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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