#307F3A

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

Shades of Japanese Laurel #307F3A

Tints of Japanese Laurel #307F3A

Color information

#307F3A (or 0x307F3A) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7F and 3A. RGB value is (48,127,58). Sum of RGB (Red+Green+Blue) = 48+127+58=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #307F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F3A is #CF80C5. Grayscale: #5F5F5F. Windows color (decimal): -13598918 or 3833648. OLE color: 3833648.

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

Color convert

RGB4812758-
CMYK0.6200.540.50
HSL127.59º45.14%34.31%-
HSV(B)127.59º62.2%49.8%-
XYZ9.5716.116.61-
YUV95.51106.8394.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=20.60%
G=54.51%
B=24.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127580.6200.540.50127.5945.1434.31
Hex307F3A3E03632802d22
Octal601777276066622005542
Binary1100001111111111010111110011011011001010000000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,127,58); }

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

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

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

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

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

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

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