#307B3E

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

Shades of Japanese Laurel #307B3E

Tints of Japanese Laurel #307B3E

Color information

#307B3E (or 0x307B3E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7B and 3E. RGB value is (48,123,62). Sum of RGB (Red+Green+Blue) = 48+123+62=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #307B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B3E is #CF84C1. Grayscale: #5D5D5D. Windows color (decimal): -13599938 or 4094768. OLE color: 4094768.

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

Color convert

RGB4812362-
CMYK0.6100.500.52
HSL131.2º43.86%33.53%-
HSV(B)131.2º60.98%48.24%-
XYZ9.1715.147-
YUV93.62110.1595.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 123 (48.44% from 255) = 52.79%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=20.60%
G=52.79%
B=26.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123620.6100.500.52131.243.8633.53
Hex307B3E3D03234832c22
Octal601737675062642035442
Binary1100001111011111110111101011001011010010000011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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