#30782E

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

Shades of Japanese Laurel #30782E

Tints of Japanese Laurel #30782E

Color information

#30782E (or 0x30782E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 78 and 2E. RGB value is (48,120,46). Sum of RGB (Red+Green+Blue) = 48+120+46=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #30782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30782E is #CF87D1. Grayscale: #5A5A5A. Windows color (decimal): -13600722 or 3045424. OLE color: 3045424.

HSL color Cylindrical-coordinate representation of color #30782E: hue angle of 118.38º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30782E is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB4812046-
CMYK0.6000.620.53
HSL118.38º44.58%32.55%-
HSV(B)118.38º61.67%47.06%-
XYZ8.4314.264.89-
YUV90.04103.1598.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=22.43%
G=56.07%
B=21.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120460.6000.620.53118.3844.5832.55
Hex30782E3C03E35762d21
Octal601705674076651665541
Binary110000111100010111011110001111101101011110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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