Html Css Color HEX #308178 Elm

📋 copy color: '#308178'

red 48 ◦ green 129 ◦ blue 120

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

Shades of Elm #308178

Tints of Elm #308178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 16.16%
G = 43.43%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#308178 (or 0x308178) is known color: Elm. HEX triplet: 30, 81 and 78. RGB value is (48,129,120). Sum of RGB (Red+Green+Blue) = 48+129+120=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #308178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308178 is #CF7E87. Grayscale: #676767. Windows color (decimal): -13598344 or 7897392. OLE color: 7897392.

HSL color Cylindrical-coordinate representation of color #308178: hue angle of 173.33º 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 #308178 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 120 -
CMYK 0.63 0 0.07 0.49
HSL 173.33º 0.46% 0.35% -
HSV(B) 173.33º 0.63% 0.51% -
XYZ 12.46 17.68 20.53 -
YUV 103.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 48 129 120 0.63 0 0.07 0.49 173.33 0.46 0.35
Hex 30 81 78 3F 0 7 31 AD 2E 23
Octal 60 201 170 77 0 7 61 255 56 43
Binary 110000 10000001 1111000 111111 0 111 110001 10101101 101110 100011

Color Harmonies of #308178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308178

Black with #308178

Text Example


Text Example

White with #308178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308178; }

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

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

background-color css

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

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

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

border-color css

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

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

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