#308B7B

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

Shades of Elm #308B7B

Tints of Elm #308B7B

Color information

#308B7B (or 0x308B7B) is unknown color: approx Elm. HEX triplet: 30, 8B and 7B. RGB value is (48,139,123). Sum of RGB (Red+Green+Blue) = 48+139+123=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #308B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B7B is #CF7484. Grayscale: #6D6D6D. Windows color (decimal): -13595781 or 8096560. OLE color: 8096560.

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

Color convert

RGB48139123-
CMYK0.6500.120.45
HSL169.45º48.66%36.67%-
HSV(B)169.45º65.47%54.51%-
XYZ14.0320.5221.96-
YUV109.97135.3583.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=15.48%
G=44.84%
B=39.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391230.6500.120.45169.4548.6636.67
Hex308B7B410C2Da93125
Octal60213173101014552516145
Binary11000010001011111101110000010110010110110101001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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