#307740

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

Shades of Japanese Laurel #307740

Tints of Japanese Laurel #307740

Color information

#307740 (or 0x307740) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 40. RGB value is (48,119,64). Sum of RGB (Red+Green+Blue) = 48+119+64=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #307740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307740 is #CF88BF. Grayscale: #5B5B5B. Windows color (decimal): -13600960 or 4224816. OLE color: 4224816.

HSL color Cylindrical-coordinate representation of color #307740: hue angle of 133.52º 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 #307740 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB4811964-
CMYK0.6000.460.53
HSL133.52º42.51%32.75%-
HSV(B)133.52º59.66%46.67%-
XYZ8.7414.197.13-
YUV91.5112.4896.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=20.78%
G=51.52%
B=27.71%

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
Decimal48119640.6000.460.53133.5242.5132.75
Hex3077403C02E35862b21
Octal6016710074056652065341
Binary11000011101111000000111100010111011010110000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307740; }

 p { color: rgb(48,119,64); }

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

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

 a { background-color: rgb(48,119,64); }

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

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

 span { border-color: rgb(48,119,64); }

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