#307431

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

Shades of Japanese Laurel #307431

Tints of Japanese Laurel #307431

Color information

#307431 (or 0x307431) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 31. RGB value is (48,116,49). Sum of RGB (Red+Green+Blue) = 48+116+49=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #307431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307431 is #CF8BCE. Grayscale: #585858. Windows color (decimal): -13601743 or 3241008. OLE color: 3241008.

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

Color convert

RGB4811649-
CMYK0.5900.580.55
HSL120.88º41.46%32.16%-
HSV(B)120.88º58.62%45.49%-
XYZ8.0213.345.06-
YUV88.03105.9799.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=22.54%
G=54.46%
B=23.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116490.5900.580.55120.8841.4632.16
Hex3074313B03A37792920
Octal601646173072671715140
Binary110000111010011000111101101110101101111111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307431; }

 p { color: rgb(48,116,49); }

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

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

 a { background-color: rgb(48,116,49); }

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

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

 span { border-color: rgb(48,116,49); }

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