#30863F

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

Shades of Japanese Laurel #30863F

Tints of Japanese Laurel #30863F

Color information

#30863F (or 0x30863F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 86 and 3F. RGB value is (48,134,63). Sum of RGB (Red+Green+Blue) = 48+134+63=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #30863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30863F is #CF79C0. Grayscale: #646464. Windows color (decimal): -13597121 or 4163120. OLE color: 4163120.

HSL color Cylindrical-coordinate representation of color #30863F: hue angle of 130.47º 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 #30863F is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB4813463-
CMYK0.6400.530.47
HSL130.47º47.25%35.69%-
HSV(B)130.47º64.18%52.55%-
XYZ10.6418.047.62-
YUV100.19107.0190.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 63 (25% from 255) = 25.71%
R=19.59%
G=54.69%
B=25.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134630.6400.530.47130.4747.2535.69
Hex30863F400352F822f24
Octal6020677100065572025744
Binary110000100001101111111000000011010110111110000010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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