#308B83

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

Shades of Elm #308B83

Tints of Elm #308B83

Color information

#308B83 (or 0x308B83) is unknown color: approx Elm. HEX triplet: 30, 8B and 83. RGB value is (48,139,131). Sum of RGB (Red+Green+Blue) = 48+139+131=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #308B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B83 is #CF747C. Grayscale: #6E6E6E. Windows color (decimal): -13595773 or 8620848. OLE color: 8620848.

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

Color convert

RGB48139131-
CMYK0.6500.060.45
HSL174.73º48.66%36.67%-
HSV(B)174.73º65.47%54.51%-
XYZ14.5520.7324.71-
YUV110.88139.3583.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=15.09%
G=43.71%
B=41.19%

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
Decimal481391310.6500.060.45174.7348.6636.67
Hex308B8341062Daf3125
Octal6021320310106552576145
Binary11000010001011100000111000001011010110110101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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