Html Css Color HEX #309473 Gossamer

📋 copy color: '#309473'

red 48 ◦ green 148 ◦ blue 115

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

Shades of Gossamer #309473

Tints of Gossamer #309473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 15.43%
G = 47.59%
B = 36.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#309473 (or 0x309473) is known color: Gossamer. HEX triplet: 30, 94 and 73. RGB value is (48,148,115). Sum of RGB (Red+Green+Blue) = 48+148+115=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #309473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309473 is #CF6B8C. Grayscale: #727272. Windows color (decimal): -13593485 or 7574576. OLE color: 7574576.

HSL color Cylindrical-coordinate representation of color #309473: hue angle of 160.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309473 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 115 -
CMYK 0.68 0 0.22 0.42
HSL 160.2º 0.51% 0.38% -
HSV(B) 160.2º 0.68% 0.58% -
XYZ 14.9 23.05 19.88 -
YUV 114.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 48 148 115 0.68 0 0.22 0.42 160.2 0.51 0.38
Hex 30 94 73 44 0 16 2A A0 33 26
Octal 60 224 163 104 0 26 52 240 63 46
Binary 110000 10010100 1110011 1000100 0 10110 101010 10100000 110011 100110

Color Harmonies of #309473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309473

Black with #309473

Text Example


Text Example

White with #309473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309473; }

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

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

background-color css

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

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

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

border-color css

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

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

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