#307841

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

Shades of Japanese Laurel #307841

Tints of Japanese Laurel #307841

Color information

#307841 (or 0x307841) is unknown color: approx Japanese Laurel. HEX triplet: 30, 78 and 41. RGB value is (48,120,65). Sum of RGB (Red+Green+Blue) = 48+120+65=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #307841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307841 is #CF87BE. Grayscale: #5C5C5C. Windows color (decimal): -13600703 or 4290608. OLE color: 4290608.

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

Color convert

RGB4812065-
CMYK0.6000.460.53
HSL134.17º42.86%32.94%-
HSV(B)134.17º60%47.06%-
XYZ8.8914.447.32-
YUV92.2112.6596.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=20.60%
G=51.50%
B=27.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120650.6000.460.53134.1742.8632.94
Hex3078413C02E35862b21
Octal6017010174056652065341
Binary11000011110001000001111100010111011010110000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307841; }

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

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

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

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

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

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

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

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