#307874

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

Shades of Elm #307874

Tints of Elm #307874

Color information

#307874 (or 0x307874) is unknown color: approx Elm. HEX triplet: 30, 78 and 74. RGB value is (48,120,116). Sum of RGB (Red+Green+Blue) = 48+120+116=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #307874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307874 is #CF878B. Grayscale: #616161. Windows color (decimal): -13600652 or 7632944. OLE color: 7632944.

HSL color Cylindrical-coordinate representation of color #307874: hue angle of 176.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307874 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB48120116-
CMYK0.6000.030.53
HSL176.67º42.86%32.94%-
HSV(B)176.67º60%47.06%-
XYZ11.0915.3218.9-
YUV98.02138.1592.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=16.90%
G=42.25%
B=40.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481201160.6000.030.53176.6742.8632.94
Hex3078743C0335b12b21
Octal601701647403652615341
Binary1100001111000111010011110001111010110110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307874; }

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

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

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

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

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

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

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

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