Html Css Color HEX #308579 Elm

📋 copy color: '#308579'

red 48 ◦ green 133 ◦ blue 121

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

Shades of Elm #308579

Tints of Elm #308579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 15.89%
G = 44.04%
B = 40.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#308579 (or 0x308579) is known color: Elm. HEX triplet: 30, 85 and 79. RGB value is (48,133,121). Sum of RGB (Red+Green+Blue) = 48+133+121=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #308579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308579 is #CF7A86. Grayscale: #6A6A6A. Windows color (decimal): -13597319 or 7963952. OLE color: 7963952.

HSL color Cylindrical-coordinate representation of color #308579: hue angle of 171.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308579 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 121 -
CMYK 0.64 0 0.09 0.48
HSL 171.53º 0.47% 0.35% -
HSV(B) 171.53º 0.64% 0.52% -
XYZ 13.06 18.78 21.03 -
YUV 106.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 48 133 121 0.64 0 0.09 0.48 171.53 0.47 0.35
Hex 30 85 79 40 0 9 30 AC 2F 23
Octal 60 205 171 100 0 11 60 254 57 43
Binary 110000 10000101 1111001 1000000 0 1001 110000 10101100 101111 100011

Color Harmonies of #308579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308579

Black with #308579

Text Example


Text Example

White with #308579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308579; }

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

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

background-color css

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

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

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

border-color css

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

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

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