#307741

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

Shades of Japanese Laurel #307741

Tints of Japanese Laurel #307741

Color information

#307741 (or 0x307741) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 41. RGB value is (48,119,65). Sum of RGB (Red+Green+Blue) = 48+119+65=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #307741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307741 is #CF88BE. Grayscale: #5B5B5B. Windows color (decimal): -13600959 or 4290352. OLE color: 4290352.

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

Color convert

RGB4811965-
CMYK0.6000.450.53
HSL134.37º42.51%32.75%-
HSV(B)134.37º59.66%46.67%-
XYZ8.7714.27.28-
YUV91.62112.9896.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=20.69%
G=51.29%
B=28.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119650.6000.450.53134.3742.5132.75
Hex3077413C02D35862b21
Octal6016710174055652065341
Binary11000011101111000001111100010110111010110000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307741; }

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

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

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

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

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

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

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

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