#30863E

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

Shades of Japanese Laurel #30863E

Tints of Japanese Laurel #30863E

Color information

#30863E (or 0x30863E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 86 and 3E. RGB value is (48,134,62). Sum of RGB (Red+Green+Blue) = 48+134+62=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #30863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30863E is #CF79C1. Grayscale: #646464. Windows color (decimal): -13597122 or 4097584. OLE color: 4097584.

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

Color convert

RGB4813462-
CMYK0.6400.540.47
HSL129.77º47.25%35.69%-
HSV(B)129.77º64.18%52.55%-
XYZ10.6118.037.48-
YUV100.08106.5190.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=19.67%
G=54.92%
B=25.41%

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
Decimal48134620.6400.540.47129.7747.2535.69
Hex30863E400362F822f24
Octal6020676100066572025744
Binary110000100001101111101000000011011010111110000010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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