Html Css Color HEX #308079 Elm

📋 copy color: '#308079'

red 48 ◦ green 128 ◦ blue 121

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

Shades of Elm #308079

Tints of Elm #308079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 16.16%
G = 43.1%
B = 40.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#308079 (or 0x308079) is known color: Elm. HEX triplet: 30, 80 and 79. RGB value is (48,128,121). Sum of RGB (Red+Green+Blue) = 48+128+121=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #308079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308079 is #CF7F86. Grayscale: #676767. Windows color (decimal): -13598599 or 7962672. OLE color: 7962672.

HSL color Cylindrical-coordinate representation of color #308079: hue angle of 174.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308079 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 121 -
CMYK 0.62 0 0.05 0.50
HSL 174.75º 0.45% 0.35% -
HSV(B) 174.75º 0.63% 0.5% -
XYZ 12.39 17.45 20.8 -
YUV 103.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 48 128 121 0.62 0 0.05 0.50 174.75 0.45 0.35
Hex 30 80 79 3E 0 5 32 AF 2D 23
Octal 60 200 171 76 0 5 62 257 55 43
Binary 110000 10000000 1111001 111110 0 101 110010 10101111 101101 100011

Color Harmonies of #308079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308079

Black with #308079

Text Example


Text Example

White with #308079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308079; }

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

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

background-color css

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

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

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

border-color css

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

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

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