#30863D

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

Shades of Japanese Laurel #30863D

Tints of Japanese Laurel #30863D

Color information

#30863D (or 0x30863D) is unknown color: approx Japanese Laurel. HEX triplet: 30, 86 and 3D. RGB value is (48,134,61). Sum of RGB (Red+Green+Blue) = 48+134+61=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #30863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30863D is #CF79C2. Grayscale: #646464. Windows color (decimal): -13597123 or 4032048. OLE color: 4032048.

HSL color Cylindrical-coordinate representation of color #30863D: hue angle of 129.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30863D is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB4813461-
CMYK0.6400.540.47
HSL129.07º47.25%35.69%-
HSV(B)129.07º64.18%52.55%-
XYZ10.5918.027.33-
YUV99.96106.0190.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 134 (52.73% from 255) = 55.14%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=19.75%
G=55.14%
B=25.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134610.6400.540.47129.0747.2535.69
Hex30863D400362F812f24
Octal6020675100066572015744
Binary110000100001101111011000000011011010111110000001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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