#308379

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

Shades of Elm #308379

Tints of Elm #308379

Color information

#308379 (or 0x308379) is unknown color: approx Elm. HEX triplet: 30, 83 and 79. RGB value is (48,131,121). Sum of RGB (Red+Green+Blue) = 48+131+121=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #308379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308379 is #CF7C86. Grayscale: #696969. Windows color (decimal): -13597831 or 7963440. OLE color: 7963440.

HSL color Cylindrical-coordinate representation of color #308379: hue angle of 172.77º 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 #308379 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB48131121-
CMYK0.6300.080.49
HSL172.77º46.37%35.1%-
HSV(B)172.77º63.36%51.37%-
XYZ12.7918.2420.94-
YUV105.0413787.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=16%
G=43.67%
B=40.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311210.6300.080.49172.7746.3735.1
Hex3083793F0831ad2e23
Octal6020317177010612555643
Binary1100001000001111110011111110100011000110101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308379; }

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

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

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

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

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

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

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

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