Html Css Color HEX #307371 Elm

📋 copy color: '#307371'

red 48 ◦ green 115 ◦ blue 113

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

Shades of Elm #307371

Tints of Elm #307371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

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

R = 17.39%
G = 41.67%
B = 40.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#307371 (or 0x307371) is known color: Elm. HEX triplet: 30, 73 and 71. RGB value is (48,115,113). Sum of RGB (Red+Green+Blue) = 48+115+113=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #307371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307371 is #CF8C8E. Grayscale: #5E5E5E. Windows color (decimal): -13601935 or 7435056. OLE color: 7435056.

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

Color convert

RGB 48 115 113 -
CMYK 0.58 0 0.02 0.55
HSL 178.21º 0.41% 0.32% -
HSV(B) 178.21º 0.58% 0.45% -
XYZ 10.33 14.08 17.8 -
YUV 94.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 48 115 113 0.58 0 0.02 0.55 178.21 0.41 0.32
Hex 30 73 71 3A 0 2 37 B2 29 20
Octal 60 163 161 72 0 2 67 262 51 40
Binary 110000 1110011 1110001 111010 0 10 110111 10110010 101001 100000

Color Harmonies of #307371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307371

Black with #307371

Text Example


Text Example

White with #307371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307371; }

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

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

background-color css

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

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

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

border-color css

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

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

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