#307B3F

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

Shades of Japanese Laurel #307B3F

Tints of Japanese Laurel #307B3F

Color information

#307B3F (or 0x307B3F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 3F. RGB value is (48,123,63). Sum of RGB (Red+Green+Blue) = 48+123+63=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #307B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B3F is #CF84C0. Grayscale: #5D5D5D. Windows color (decimal): -13599937 or 4160304. OLE color: 4160304.

HSL color Cylindrical-coordinate representation of color #307B3F: hue angle of 132º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B3F is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB4812363-
CMYK0.6100.490.52
HSL132º43.86%33.53%-
HSV(B)132º60.98%48.24%-
XYZ9.215.157.14-
YUV93.74110.6595.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 123 (48.44% from 255) = 52.56%
BLUE value IS 63 (25% from 255) = 26.92%
R=20.51%
G=52.56%
B=26.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123630.6100.490.5213243.8633.53
Hex307B3F3D03134842c22
Octal601737775061642045442
Binary1100001111011111111111101011000111010010000100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,63); }

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

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

 a { background-color: rgb(48,123,63); }

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

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

 span { border-color: rgb(48,123,63); }

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