Html Css Color HEX #308B82 Elm

📋 copy color: '#308B82'

red 48 ◦ green 139 ◦ blue 130

#308B82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #308B82

Tints of Elm #308B82

RGB

 RED value IS 48 (19.14% from 255) = 15.14%

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 15.14%
G = 43.85%
B = 41.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#308B82 (or 0x308B82) is known color: Elm. HEX triplet: 30, 8B and 82. RGB value is (48,139,130). Sum of RGB (Red+Green+Blue) = 48+139+130=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #308B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B82 is #CF747D. Grayscale: #6E6E6E. Windows color (decimal): -13595774 or 8555312. OLE color: 8555312.

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

Color convert

RGB 48 139 130 -
CMYK 0.65 0 0.06 0.45
HSL 174.07º 0.49% 0.37% -
HSV(B) 174.07º 0.65% 0.55% -
XYZ 14.48 20.71 24.35 -
YUV 110.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 48 139 130 0.65 0 0.06 0.45 174.07 0.49 0.37
Hex 30 8B 82 41 0 6 2D AE 31 25
Octal 60 213 202 101 0 6 55 256 61 45
Binary 110000 10001011 10000010 1000001 0 110 101101 10101110 110001 100101

Color Harmonies of #308B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B82

Black with #308B82

Text Example


Text Example

White with #308B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #308B82;
 }
 .AnyTagClassName
 {
   color: #308B82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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