#307873

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

Shades of Elm #307873

Tints of Elm #307873

Color information

#307873 (or 0x307873) is unknown color: approx Elm. HEX triplet: 30, 78 and 73. RGB value is (48,120,115). Sum of RGB (Red+Green+Blue) = 48+120+115=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #307873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307873 is #CF878C. Grayscale: #616161. Windows color (decimal): -13600653 or 7567408. OLE color: 7567408.

HSL color Cylindrical-coordinate representation of color #307873: hue angle of 175.83º 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 #307873 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB48120115-
CMYK0.6000.040.53
HSL175.83º42.86%32.94%-
HSV(B)175.83º60%47.06%-
XYZ11.0315.318.59-
YUV97.9137.6592.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=16.96%
G=42.40%
B=40.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481201150.6000.040.53175.8342.8632.94
Hex3078733C0435b02b21
Octal601701637404652605341
Binary11000011110001110011111100010011010110110000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307873; }

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

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

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

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

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

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

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

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