#308178

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

Shades of Elm #308178

Tints of Elm #308178

Color information

#308178 (or 0x308178) is unknown color: approx Elm. HEX triplet: 30, 81 and 78. RGB value is (48,129,120). Sum of RGB (Red+Green+Blue) = 48+129+120=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #308178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308178 is #CF7E87. Grayscale: #676767. Windows color (decimal): -13598344 or 7897392. OLE color: 7897392.

HSL color Cylindrical-coordinate representation of color #308178: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308178 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB48129120-
CMYK0.6300.070.49
HSL173.33º45.76%34.71%-
HSV(B)173.33º62.79%50.59%-
XYZ12.4617.6820.53-
YUV103.76137.1688.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=16.16%
G=43.43%
B=40.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291200.6300.070.49173.3345.7634.71
Hex3081783F0731ad2e23
Octal602011707707612555643
Binary110000100000011111000111111011111000110101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308178; }

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

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

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

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

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

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

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

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