#307E3B

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

Shades of Japanese Laurel #307E3B

Tints of Japanese Laurel #307E3B

Color information

#307E3B (or 0x307E3B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7E and 3B. RGB value is (48,126,59). Sum of RGB (Red+Green+Blue) = 48+126+59=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #307E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E3B is #CF81C4. Grayscale: #5F5F5F. Windows color (decimal): -13599173 or 3898928. OLE color: 3898928.

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

Color convert

RGB4812659-
CMYK0.6200.530.51
HSL128.46º44.83%34.12%-
HSV(B)128.46º61.9%49.41%-
XYZ9.4715.876.7-
YUV95.04107.6694.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 126 (49.61% from 255) = 54.08%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=20.60%
G=54.08%
B=25.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126590.6200.530.51128.4644.8334.12
Hex307E3B3E03533802d22
Octal601767376065632005542
Binary1100001111110111011111110011010111001110000000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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