#308B7D

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

Shades of Elm #308B7D

Tints of Elm #308B7D

Color information

#308B7D (or 0x308B7D) is unknown color: approx Elm. HEX triplet: 30, 8B and 7D. RGB value is (48,139,125). Sum of RGB (Red+Green+Blue) = 48+139+125=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #308B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B7D is #CF7482. Grayscale: #6E6E6E. Windows color (decimal): -13595779 or 8227632. OLE color: 8227632.

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

Color convert

RGB48139125-
CMYK0.6500.100.45
HSL170.77º48.66%36.67%-
HSV(B)170.77º65.47%54.51%-
XYZ14.1520.5722.63-
YUV110.2136.3583.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=15.38%
G=44.55%
B=40.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391250.6500.100.45170.7748.6636.67
Hex308B7D410A2Dab3125
Octal60213175101012552536145
Binary11000010001011111110110000010101010110110101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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