#30712E

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

Shades of Japanese Laurel #30712E

Tints of Japanese Laurel #30712E

Color information

#30712E (or 0x30712E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 71 and 2E. RGB value is (48,113,46). Sum of RGB (Red+Green+Blue) = 48+113+46=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #30712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30712E is #CF8ED1. Grayscale: #565656. Windows color (decimal): -13602514 or 3043632. OLE color: 3043632.

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

Color convert

RGB4811346-
CMYK0.5800.590.56
HSL118.21º42.14%31.18%-
HSV(B)118.21º59.29%44.31%-
XYZ7.6212.644.62-
YUV85.93105.47100.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=23.19%
G=54.59%
B=22.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113460.5800.590.56118.2142.1431.18
Hex30712E3A03B38762a1f
Octal601615672073701665237
Binary11000011100011011101110100111011111000111011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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