#30762E

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

Shades of Japanese Laurel #30762E

Tints of Japanese Laurel #30762E

Color information

#30762E (or 0x30762E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 2E. RGB value is (48,118,46). Sum of RGB (Red+Green+Blue) = 48+118+46=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #30762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30762E is #CF89D1. Grayscale: #595959. Windows color (decimal): -13601234 or 3044912. OLE color: 3044912.

HSL color Cylindrical-coordinate representation of color #30762E: hue angle of 118.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30762E is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB4811846-
CMYK0.5900.610.54
HSL118.33º43.9%32.16%-
HSV(B)118.33º61.02%46.27%-
XYZ8.1913.784.81-
YUV88.86103.8198.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=22.64%
G=55.66%
B=21.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118460.5900.610.54118.3343.932.16
Hex30762E3B03D36762c20
Octal601665673075661665440
Binary110000111011010111011101101111011101101110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,118,46); }

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

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

 a { background-color: rgb(48,118,46); }

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

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

 span { border-color: rgb(48,118,46); }

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