Html Css Color HEX #309278 Gossamer

📋 copy color: '#309278'

red 48 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #309278

Tints of Gossamer #309278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 15.29%
G = 46.5%
B = 38.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#309278 (or 0x309278) is known color: Gossamer. HEX triplet: 30, 92 and 78. RGB value is (48,146,120). Sum of RGB (Red+Green+Blue) = 48+146+120=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #309278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309278 is #CF6D87. Grayscale: #717171. Windows color (decimal): -13593992 or 7901744. OLE color: 7901744.

HSL color Cylindrical-coordinate representation of color #309278: hue angle of 164.08º 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 #309278 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 120 -
CMYK 0.67 0 0.18 0.43
HSL 164.08º 0.51% 0.38% -
HSV(B) 164.08º 0.67% 0.57% -
XYZ 14.89 22.54 21.34 -
YUV 113.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 48 146 120 0.67 0 0.18 0.43 164.08 0.51 0.38
Hex 30 92 78 43 0 12 2B A4 33 26
Octal 60 222 170 103 0 22 53 244 63 46
Binary 110000 10010010 1111000 1000011 0 10010 101011 10100100 110011 100110

Color Harmonies of #309278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309278

Black with #309278

Text Example


Text Example

White with #309278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309278; }

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

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

background-color css

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

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

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

border-color css

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

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

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