#30893F

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

Shades of Japanese Laurel #30893F

Tints of Japanese Laurel #30893F

Color information

#30893F (or 0x30893F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 89 and 3F. RGB value is (48,137,63). Sum of RGB (Red+Green+Blue) = 48+137+63=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #30893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30893F is #CF76C0. Grayscale: #666666. Windows color (decimal): -13596353 or 4163888. OLE color: 4163888.

HSL color Cylindrical-coordinate representation of color #30893F: hue angle of 130.11º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30893F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB4813763-
CMYK0.6500.540.46
HSL130.11º48.11%36.27%-
HSV(B)130.11º64.96%53.73%-
XYZ11.0618.887.76-
YUV101.95106.0189.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 63 (25% from 255) = 25.40%
R=19.35%
G=55.24%
B=25.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137630.6500.540.46130.1148.1136.27
Hex30893F410362E823024
Octal6021177101066562026044
Binary110000100010011111111000001011011010111010000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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