#307F78

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

Shades of Elm #307F78

Tints of Elm #307F78

Color information

#307F78 (or 0x307F78) is unknown color: approx Elm. HEX triplet: 30, 7F and 78. RGB value is (48,127,120). Sum of RGB (Red+Green+Blue) = 48+127+120=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #307F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F78 is #CF8087. Grayscale: #666666. Windows color (decimal): -13598856 or 7896880. OLE color: 7896880.

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

Color convert

RGB48127120-
CMYK0.6200.060.50
HSL174.68º45.14%34.31%-
HSV(B)174.68º62.2%49.8%-
XYZ12.217.1620.44-
YUV102.58137.8389.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=16.27%
G=43.05%
B=40.68%

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
Decimal481271200.6200.060.50174.6845.1434.31
Hex307F783E0632af2d22
Octal601771707606622575542
Binary11000011111111111000111110011011001010101111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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