#307134

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

Shades of Japanese Laurel #307134

Tints of Japanese Laurel #307134

Color information

#307134 (or 0x307134) is unknown color: approx Japanese Laurel. HEX triplet: 30, 71 and 34. RGB value is (48,113,52). Sum of RGB (Red+Green+Blue) = 48+113+52=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #307134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307134 is #CF8ECB. Grayscale: #565656. Windows color (decimal): -13602508 or 3436848. OLE color: 3436848.

HSL color Cylindrical-coordinate representation of color #307134: hue angle of 123.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307134 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB4811352-
CMYK0.5800.540.56
HSL123.69º40.37%31.57%-
HSV(B)123.69º57.52%44.31%-
XYZ7.7412.695.29-
YUV86.61108.47100.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=22.54%
G=53.05%
B=24.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113520.5800.540.56123.6940.3731.57
Hex3071343A036387c2820
Octal601616472066701745040
Binary110000111000111010011101001101101110001111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307134; }

 p { color: rgb(48,113,52); }

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

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

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

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

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

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

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