Html Css Color HEX #309280 Gossamer

📋 copy color: '#309280'

red 48 ◦ green 146 ◦ blue 128

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

Shades of Gossamer #309280

Tints of Gossamer #309280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 14.91%
G = 45.34%
B = 39.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#309280 (or 0x309280) is known color: Gossamer. HEX triplet: 30, 92 and 80. RGB value is (48,146,128). Sum of RGB (Red+Green+Blue) = 48+146+128=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #309280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309280 is #CF6D7F. Grayscale: #727272. Windows color (decimal): -13593984 or 8426032. OLE color: 8426032.

HSL color Cylindrical-coordinate representation of color #309280: hue angle of 168.98º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309280 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 128 -
CMYK 0.67 0 0.12 0.43
HSL 168.98º 0.51% 0.38% -
HSV(B) 168.98º 0.67% 0.57% -
XYZ 15.39 22.74 24 -
YUV 114.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 48 146 128 0.67 0 0.12 0.43 168.98 0.51 0.38
Hex 30 92 80 43 0 C 2B A9 33 26
Octal 60 222 200 103 0 14 53 251 63 46
Binary 110000 10010010 10000000 1000011 0 1100 101011 10101001 110011 100110

Color Harmonies of #309280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309280

Black with #309280

Text Example


Text Example

White with #309280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309280; }

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

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

background-color css

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

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

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

border-color css

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

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

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