Html Css Color HEX #308179 Elm

📋 copy color: '#308179'

red 48 ◦ green 129 ◦ blue 121

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

Shades of Elm #308179

Tints of Elm #308179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 16.11%
G = 43.29%
B = 40.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#308179 (or 0x308179) is known color: Elm. HEX triplet: 30, 81 and 79. RGB value is (48,129,121). Sum of RGB (Red+Green+Blue) = 48+129+121=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #308179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308179 is #CF7E86. Grayscale: #676767. Windows color (decimal): -13598343 or 7962928. OLE color: 7962928.

HSL color Cylindrical-coordinate representation of color #308179: hue angle of 174.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308179 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 121 -
CMYK 0.63 0 0.06 0.49
HSL 174.07º 0.46% 0.35% -
HSV(B) 174.07º 0.63% 0.51% -
XYZ 12.52 17.71 20.85 -
YUV 103.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 48 129 121 0.63 0 0.06 0.49 174.07 0.46 0.35
Hex 30 81 79 3F 0 6 31 AE 2E 23
Octal 60 201 171 77 0 6 61 256 56 43
Binary 110000 10000001 1111001 111111 0 110 110001 10101110 101110 100011

Color Harmonies of #308179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308179

Black with #308179

Text Example


Text Example

White with #308179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308179; }

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

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

background-color css

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

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

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

border-color css

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

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

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