Html Css Color HEX #307673 Elm

📋 copy color: '#307673'

red 48 ◦ green 118 ◦ blue 115

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

Shades of Elm #307673

Tints of Elm #307673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 17.08%
G = 41.99%
B = 40.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#307673 (or 0x307673) is known color: Elm. HEX triplet: 30, 76 and 73. RGB value is (48,118,115). Sum of RGB (Red+Green+Blue) = 48+118+115=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #307673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307673 is #CF898C. Grayscale: #606060. Windows color (decimal): -13601165 or 7566896. OLE color: 7566896.

HSL color Cylindrical-coordinate representation of color #307673: hue angle of 177.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307673 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 115 -
CMYK 0.59 0 0.03 0.54
HSL 177.43º 0.42% 0.33% -
HSV(B) 177.43º 0.59% 0.46% -
XYZ 10.79 14.82 18.51 -
YUV 96.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 48 118 115 0.59 0 0.03 0.54 177.43 0.42 0.33
Hex 30 76 73 3B 0 3 36 B1 2A 21
Octal 60 166 163 73 0 3 66 261 52 41
Binary 110000 1110110 1110011 111011 0 11 110110 10110001 101010 100001

Color Harmonies of #307673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307673

Black with #307673

Text Example


Text Example

White with #307673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307673; }

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

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

background-color css

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

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

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

border-color css

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

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

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