#30743E

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

Shades of Japanese Laurel #30743E

Tints of Japanese Laurel #30743E

Color information

#30743E (or 0x30743E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 3E. RGB value is (48,116,62). Sum of RGB (Red+Green+Blue) = 48+116+62=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #30743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30743E is #CF8BC1. Grayscale: #595959. Windows color (decimal): -13601730 or 4092976. OLE color: 4092976.

HSL color Cylindrical-coordinate representation of color #30743E: hue angle of 132.35º 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 #30743E is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB4811662-
CMYK0.5900.470.55
HSL132.35º41.46%32.16%-
HSV(B)132.35º58.62%45.49%-
XYZ8.3313.476.72-
YUV89.51112.4798.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 116 (45.70% from 255) = 51.33%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=21.24%
G=51.33%
B=27.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116620.5900.470.55132.3541.4632.16
Hex30743E3B02F37842920
Octal601647673057672045140
Binary1100001110100111110111011010111111011110000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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