#307728

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

Shades of Japanese Laurel #307728

Tints of Japanese Laurel #307728

Color information

#307728 (or 0x307728) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 28. RGB value is (48,119,40). Sum of RGB (Red+Green+Blue) = 48+119+40=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #307728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307728 is #CF88D7. Grayscale: #595959. Windows color (decimal): -13600984 or 2651952. OLE color: 2651952.

HSL color Cylindrical-coordinate representation of color #307728: hue angle of 113.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307728 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB4811940-
CMYK0.6000.660.53
HSL113.92º49.69%31.18%-
HSV(B)113.92º66.39%46.67%-
XYZ8.213.984.27-
YUV88.76100.4898.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=23.19%
G=57.49%
B=19.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119400.6000.660.53113.9249.6931.18
Hex3077283C0423572321f
Octal6016750740102651626237
Binary110000111011110100011110001000010110101111001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307728; }

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

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

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

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

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

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

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

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