#307742

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

Shades of Japanese Laurel #307742

Tints of Japanese Laurel #307742

Color information

#307742 (or 0x307742) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 42. RGB value is (48,119,66). Sum of RGB (Red+Green+Blue) = 48+119+66=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #307742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307742 is #CF88BD. Grayscale: #5B5B5B. Windows color (decimal): -13600958 or 4355888. OLE color: 4355888.

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

Color convert

RGB4811966-
CMYK0.6000.450.53
HSL135.21º42.51%32.75%-
HSV(B)135.21º59.66%46.67%-
XYZ8.814.227.43-
YUV91.73113.4896.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=20.60%
G=51.07%
B=28.33%

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
Decimal48119660.6000.450.53135.2142.5132.75
Hex3077423C02D35872b21
Octal6016710274055652075341
Binary11000011101111000010111100010110111010110000111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307742; }

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

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

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

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

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

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

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

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