#307E42

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

Shades of Japanese Laurel #307E42

Tints of Japanese Laurel #307E42

Color information

#307E42 (or 0x307E42) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7E and 42. RGB value is (48,126,66). Sum of RGB (Red+Green+Blue) = 48+126+66=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #307E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E42 is #CF81BD. Grayscale: #5F5F5F. Windows color (decimal): -13599166 or 4357680. OLE color: 4357680.

HSL color Cylindrical-coordinate representation of color #307E42: hue angle of 133.85º 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 #307E42 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB4812666-
CMYK0.6200.480.51
HSL133.85º44.83%34.12%-
HSV(B)133.85º61.9%49.41%-
XYZ9.6615.947.72-
YUV95.84111.1693.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 52.5%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=20%
G=52.5%
B=27.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126660.6200.480.51133.8544.8334.12
Hex307E423E03033862d22
Octal6017610276060632065542
Binary11000011111101000010111110011000011001110000110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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