#307E39

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

Shades of Japanese Laurel #307E39

Tints of Japanese Laurel #307E39

Color information

#307E39 (or 0x307E39) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7E and 39. RGB value is (48,126,57). Sum of RGB (Red+Green+Blue) = 48+126+57=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #307E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E39 is #CF81C6. Grayscale: #5F5F5F. Windows color (decimal): -13599175 or 3767856. OLE color: 3767856.

HSL color Cylindrical-coordinate representation of color #307E39: hue angle of 126.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E39 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB4812657-
CMYK0.6200.550.51
HSL126.92º44.83%34.12%-
HSV(B)126.92º61.9%49.41%-
XYZ9.4215.856.43-
YUV94.81106.6694.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 126 (49.61% from 255) = 54.55%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=20.78%
G=54.55%
B=24.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126570.6200.550.51126.9244.8334.12
Hex307E393E037337f2d22
Octal601767176067631775542
Binary110000111111011100111111001101111100111111111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307E39; }

 p { color: rgb(48,126,57); }

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

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

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

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

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

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

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