#307433

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

Shades of Japanese Laurel #307433

Tints of Japanese Laurel #307433

Color information

#307433 (or 0x307433) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 33. RGB value is (48,116,51). Sum of RGB (Red+Green+Blue) = 48+116+51=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #307433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307433 is #CF8BCC. Grayscale: #585858. Windows color (decimal): -13601741 or 3372080. OLE color: 3372080.

HSL color Cylindrical-coordinate representation of color #307433: hue angle of 122.65º 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 #307433 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB4811651-
CMYK0.5900.560.55
HSL122.65º41.46%32.16%-
HSV(B)122.65º58.62%45.49%-
XYZ8.0613.365.29-
YUV88.26106.9799.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=22.33%
G=53.95%
B=23.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116510.5900.560.55122.6541.4632.16
Hex3074333B038377b2920
Octal601646373070671735140
Binary110000111010011001111101101110001101111111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307433; }

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

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

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

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

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

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

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

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