#308979

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

Shades of Elm #308979

Tints of Elm #308979

Color information

#308979 (or 0x308979) is unknown color: approx Elm. HEX triplet: 30, 89 and 79. RGB value is (48,137,121). Sum of RGB (Red+Green+Blue) = 48+137+121=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #308979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308979 is #CF7686. Grayscale: #6C6C6C. Windows color (decimal): -13596295 or 7964976. OLE color: 7964976.

HSL color Cylindrical-coordinate representation of color #308979: hue angle of 169.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308979 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB48137121-
CMYK0.6500.120.46
HSL169.21º48.11%36.27%-
HSV(B)169.21º64.96%53.73%-
XYZ13.6219.921.21-
YUV108.56135.0184.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=15.69%
G=44.77%
B=39.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371210.6500.120.46169.2148.1136.27
Hex308979410C2Ea93024
Octal60211171101014562516044
Binary11000010001001111100110000010110010111010101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308979; }

 p { color: rgb(48,137,121); }

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

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

 a { background-color: rgb(48,137,121); }

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

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

 span { border-color: rgb(48,137,121); }

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