#307328

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

Shades of Japanese Laurel #307328

Tints of Japanese Laurel #307328

Color information

#307328 (or 0x307328) is unknown color: approx Japanese Laurel. HEX triplet: 30, 73 and 28. RGB value is (48,115,40). Sum of RGB (Red+Green+Blue) = 48+115+40=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #307328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307328 is #CF8CD7. Grayscale: #565656. Windows color (decimal): -13602008 or 2650928. OLE color: 2650928.

HSL color Cylindrical-coordinate representation of color #307328: hue angle of 113.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307328 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4811540-
CMYK0.5800.650.55
HSL113.6º48.39%30.39%-
HSV(B)113.6º65.22%45.1%-
XYZ7.7313.044.12-
YUV86.42101.8100.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=23.65%
G=56.65%
B=19.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115400.5800.650.55113.648.3930.39
Hex3073283A0413772301e
Octal6016350720101671626036
Binary110000111001110100011101001000001110111111001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307328; }

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

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

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

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

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

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

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

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