#30832E

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

Shades of Japanese Laurel #30832E

Tints of Japanese Laurel #30832E

Color information

#30832E (or 0x30832E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 83 and 2E. RGB value is (48,131,46). Sum of RGB (Red+Green+Blue) = 48+131+46=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #30832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30832E is #CF7CD1. Grayscale: #606060. Windows color (decimal): -13597906 or 3048240. OLE color: 3048240.

HSL color Cylindrical-coordinate representation of color #30832E: hue angle of 118.59º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30832E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB4813146-
CMYK0.6300.650.49
HSL118.59º48.02%34.71%-
HSV(B)118.59º64.89%51.37%-
XYZ9.8317.065.36-
YUV96.4999.593.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=21.33%
G=58.22%
B=20.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48131460.6300.650.49118.5948.0234.71
Hex30832E3F04131773023
Octal6020356770101611676043
Binary11000010000011101110111111010000011100011110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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