Html Css Color HEX #308076 Elm

📋 copy color: '#308076'

red 48 ◦ green 128 ◦ blue 118

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

Shades of Elm #308076

Tints of Elm #308076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 16.33%
G = 43.54%
B = 40.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#308076 (or 0x308076) is known color: Elm. HEX triplet: 30, 80 and 76. RGB value is (48,128,118). Sum of RGB (Red+Green+Blue) = 48+128+118=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #308076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308076 is #CF7F89. Grayscale: #666666. Windows color (decimal): -13598602 or 7766064. OLE color: 7766064.

HSL color Cylindrical-coordinate representation of color #308076: hue angle of 172.5º 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 #308076 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 118 -
CMYK 0.62 0 0.08 0.50
HSL 172.5º 0.45% 0.35% -
HSV(B) 172.5º 0.63% 0.5% -
XYZ 12.21 17.37 19.85 -
YUV 102.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 48 128 118 0.62 0 0.08 0.50 172.5 0.45 0.35
Hex 30 80 76 3E 0 8 32 AC 2D 23
Octal 60 200 166 76 0 10 62 254 55 43
Binary 110000 10000000 1110110 111110 0 1000 110010 10101100 101101 100011

Color Harmonies of #308076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308076

Black with #308076

Text Example


Text Example

White with #308076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308076; }

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

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

background-color css

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

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

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

border-color css

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

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

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