#307430

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

Shades of Japanese Laurel #307430

Tints of Japanese Laurel #307430

Color information

#307430 (or 0x307430) is unknown color: approx Japanese Laurel. HEX triplet: 30, 74 and 30. RGB value is (48,116,48). Sum of RGB (Red+Green+Blue) = 48+116+48=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #307430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307430 is #CF8BCF. Grayscale: #585858. Windows color (decimal): -13601744 or 3175472. OLE color: 3175472.

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

Color convert

RGB4811648-
CMYK0.5900.590.55
HSL120º41.46%32.16%-
HSV(B)120º58.62%45.49%-
XYZ813.334.95-
YUV87.92105.4799.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=22.64%
G=54.72%
B=22.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116480.5900.590.5512041.4632.16
Hex3074303B03B37782920
Octal601646073073671705140
Binary110000111010011000011101101110111101111111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307430; }

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

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

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

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

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

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

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

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