#30743C

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

Shades of Japanese Laurel #30743C

Tints of Japanese Laurel #30743C

Color information

#30743C (or 0x30743C) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 3C. RGB value is (48,116,60). Sum of RGB (Red+Green+Blue) = 48+116+60=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #30743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30743C is #CF8BC3. Grayscale: #595959. Windows color (decimal): -13601732 or 3961904. OLE color: 3961904.

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

Color convert

RGB4811660-
CMYK0.5900.480.55
HSL130.59º41.46%32.16%-
HSV(B)130.59º58.62%45.49%-
XYZ8.2813.456.43-
YUV89.28111.4798.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=21.43%
G=51.79%
B=26.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116600.5900.480.55130.5941.4632.16
Hex30743C3B03037832920
Octal601647473060672035140
Binary1100001110100111100111011011000011011110000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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