Html Css Color HEX #308979 Elm

📋 copy color: '#308979'

red 48 ◦ green 137 ◦ blue 121

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

Shades of Elm #308979

Tints of Elm #308979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 15.69%
G = 44.77%
B = 39.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#308979 (or 0x308979) is known color: Elm. HEX triplet: 30, 89 and 79. RGB value is (48,137,121). Sum of RGB (Red+Green+Blue) = 48+137+121=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #308979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308979 is #CF7686. Grayscale: #6C6C6C. Windows color (decimal): -13596295 or 7964976. OLE color: 7964976.

HSL color Cylindrical-coordinate representation of color #308979: hue angle of 169.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308979 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 121 -
CMYK 0.65 0 0.12 0.46
HSL 169.21º 0.48% 0.36% -
HSV(B) 169.21º 0.65% 0.54% -
XYZ 13.62 19.9 21.21 -
YUV 108.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 48 137 121 0.65 0 0.12 0.46 169.21 0.48 0.36
Hex 30 89 79 41 0 C 2E A9 30 24
Octal 60 211 171 101 0 14 56 251 60 44
Binary 110000 10001001 1111001 1000001 0 1100 101110 10101001 110000 100100

Color Harmonies of #308979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308979

Black with #308979

Text Example


Text Example

White with #308979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308979; }

 p { color: rgb(48,137,121); }

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

background-color css

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

 a { background-color: rgb(48,137,121); }

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

border-color css

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

 span { border-color: rgb(48,137,121); }

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