#30763D

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

Shades of Japanese Laurel #30763D

Tints of Japanese Laurel #30763D

Color information

#30763D (or 0x30763D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 3D. RGB value is (48,118,61). Sum of RGB (Red+Green+Blue) = 48+118+61=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #30763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30763D is #CF89C2. Grayscale: #5A5A5A. Windows color (decimal): -13601219 or 4027952. OLE color: 4027952.

HSL color Cylindrical-coordinate representation of color #30763D: hue angle of 131.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30763D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB4811861-
CMYK0.5900.480.54
HSL131.14º42.17%32.55%-
HSV(B)131.14º59.32%46.27%-
XYZ8.5413.926.65-
YUV90.57111.3197.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=21.15%
G=51.98%
B=26.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118610.5900.480.54131.1442.1732.55
Hex30763D3B03036832a21
Octal601667573060662035241
Binary1100001110110111101111011011000011011010000011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30763D; }

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

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

<style>
 a { background-color: #30763D; }

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

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

<style>
 span { border-color: #30763D; }

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

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