#307F77

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

Shades of Elm #307F77

Tints of Elm #307F77

Color information

#307F77 (or 0x307F77) is unknown color: approx Elm. HEX triplet: 30, 7F and 77. RGB value is (48,127,119). Sum of RGB (Red+Green+Blue) = 48+127+119=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #307F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F77 is #CF8088. Grayscale: #666666. Windows color (decimal): -13598857 or 7831344. OLE color: 7831344.

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

Color convert

RGB48127119-
CMYK0.6200.060.50
HSL173.92º45.14%34.31%-
HSV(B)173.92º62.2%49.8%-
XYZ12.1417.1420.12-
YUV102.47137.3389.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=16.33%
G=43.20%
B=40.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481271190.6200.060.50173.9245.1434.31
Hex307F773E0632ae2d22
Octal601771677606622565542
Binary11000011111111110111111110011011001010101110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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