#308B7A

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

Shades of Elm #308B7A

Tints of Elm #308B7A

Color information

#308B7A (or 0x308B7A) is unknown color: approx Elm. HEX triplet: 30, 8B and 7A. RGB value is (48,139,122). Sum of RGB (Red+Green+Blue) = 48+139+122=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #308B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B7A is #CF7485. Grayscale: #6D6D6D. Windows color (decimal): -13595782 or 8031024. OLE color: 8031024.

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

Color convert

RGB48139122-
CMYK0.6500.120.45
HSL168.79º48.66%36.67%-
HSV(B)168.79º65.47%54.51%-
XYZ13.9620.521.63-
YUV109.85134.8583.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=15.53%
G=44.98%
B=39.48%

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
Decimal481391220.6500.120.45168.7948.6636.67
Hex308B7A410C2Da93125
Octal60213172101014552516145
Binary11000010001011111101010000010110010110110101001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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