Html Css Color HEX #307471 Elm

📋 copy color: '#307471'

red 48 ◦ green 116 ◦ blue 113

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

Shades of Elm #307471

Tints of Elm #307471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 17.33%
G = 41.88%
B = 40.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#307471 (or 0x307471) is known color: Elm. HEX triplet: 30, 74 and 71. RGB value is (48,116,113). Sum of RGB (Red+Green+Blue) = 48+116+113=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #307471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307471 is #CF8B8E. Grayscale: #5F5F5F. Windows color (decimal): -13601679 or 7435312. OLE color: 7435312.

HSL color Cylindrical-coordinate representation of color #307471: hue angle of 177.35º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307471 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 113 -
CMYK 0.59 0 0.03 0.55
HSL 177.35º 0.41% 0.32% -
HSV(B) 177.35º 0.59% 0.45% -
XYZ 10.44 14.31 17.83 -
YUV 95.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 48 116 113 0.59 0 0.03 0.55 177.35 0.41 0.32
Hex 30 74 71 3B 0 3 37 B1 29 20
Octal 60 164 161 73 0 3 67 261 51 40
Binary 110000 1110100 1110001 111011 0 11 110111 10110001 101001 100000

Color Harmonies of #307471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307471

Black with #307471

Text Example


Text Example

White with #307471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307471; }

 p { color: rgb(48,116,113); }

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

background-color css

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

 a { background-color: rgb(48,116,113); }

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

border-color css

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

 span { border-color: rgb(48,116,113); }

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