#307F32

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

Shades of Japanese Laurel #307F32

Tints of Japanese Laurel #307F32

Color information

#307F32 (or 0x307F32) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7F and 32. RGB value is (48,127,50). Sum of RGB (Red+Green+Blue) = 48+127+50=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #307F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F32 is #CF80CD. Grayscale: #5E5E5E. Windows color (decimal): -13598926 or 3309360. OLE color: 3309360.

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

Color convert

RGB4812750-
CMYK0.6200.610.50
HSL121.52º45.14%34.31%-
HSV(B)121.52º62.2%49.8%-
XYZ9.3816.045.62-
YUV94.6102.8394.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=21.33%
G=56.44%
B=22.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127500.6200.610.50121.5245.1434.31
Hex307F323E03D327a2d22
Octal601776276075621725542
Binary110000111111111001011111001111011100101111010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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