#308B82

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

Shades of Elm #308B82

Tints of Elm #308B82

Color information

#308B82 (or 0x308B82) is unknown color: approx Elm. HEX triplet: 30, 8B and 82. RGB value is (48,139,130). Sum of RGB (Red+Green+Blue) = 48+139+130=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #308B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B82 is #CF747D. Grayscale: #6E6E6E. Windows color (decimal): -13595774 or 8555312. OLE color: 8555312.

HSL color Cylindrical-coordinate representation of color #308B82: hue angle of 174.07º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B82 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB48139130-
CMYK0.6500.060.45
HSL174.07º48.66%36.67%-
HSV(B)174.07º65.47%54.51%-
XYZ14.4820.7124.35-
YUV110.76138.8583.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=15.14%
G=43.85%
B=41.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391300.6500.060.45174.0748.6636.67
Hex308B8241062Dae3125
Octal6021320210106552566145
Binary11000010001011100000101000001011010110110101110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B82; }

 p { color: rgb(48,139,130); }

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

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

 a { background-color: rgb(48,139,130); }

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

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

 span { border-color: rgb(48,139,130); }

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