#30712C

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

Shades of Japanese Laurel #30712C

Tints of Japanese Laurel #30712C

Color information

#30712C (or 0x30712C) is unknown color: approx Japanese Laurel. HEX triplet: 30, 71 and 2C. RGB value is (48,113,44). Sum of RGB (Red+Green+Blue) = 48+113+44=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #30712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30712C is #CF8ED3. Grayscale: #555555. Windows color (decimal): -13602516 or 2912560. OLE color: 2912560.

HSL color Cylindrical-coordinate representation of color #30712C: hue angle of 116.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30712C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB4811344-
CMYK0.5800.610.56
HSL116.52º43.95%30.78%-
HSV(B)116.52º61.06%44.31%-
XYZ7.5812.624.42-
YUV85.7104.47101.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=23.41%
G=55.12%
B=21.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113440.5800.610.56116.5243.9530.78
Hex30712C3A03D38752c1f
Octal601615472075701655437
Binary11000011100011011001110100111101111000111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,113,44); }

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

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

 a { background-color: rgb(48,113,44); }

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

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

 span { border-color: rgb(48,113,44); }

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