#308B7E

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

Shades of Elm #308B7E

Tints of Elm #308B7E

Color information

#308B7E (or 0x308B7E) is unknown color: approx Elm. HEX triplet: 30, 8B and 7E. RGB value is (48,139,126). Sum of RGB (Red+Green+Blue) = 48+139+126=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #308B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B7E is #CF7481. Grayscale: #6E6E6E. Windows color (decimal): -13595778 or 8293168. OLE color: 8293168.

HSL color Cylindrical-coordinate representation of color #308B7E: hue angle of 171.43º 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 #308B7E is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB48139126-
CMYK0.6500.090.45
HSL171.43º48.66%36.67%-
HSV(B)171.43º65.47%54.51%-
XYZ14.2220.622.97-
YUV110.31136.8583.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=15.34%
G=44.41%
B=40.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391260.6500.090.45171.4348.6636.67
Hex308B7E41092Dab3125
Octal60213176101011552536145
Binary11000010001011111111010000010100110110110101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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