Html Css Color HEX #309978 Gossamer

📋 copy color: '#309978'

red 48 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #309978

Tints of Gossamer #309978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 14.95%
G = 47.66%
B = 37.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#309978 (or 0x309978) is known color: Gossamer. HEX triplet: 30, 99 and 78. RGB value is (48,153,120). Sum of RGB (Red+Green+Blue) = 48+153+120=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #309978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309978 is #CF6687. Grayscale: #757575. Windows color (decimal): -13592200 or 7903536. OLE color: 7903536.

HSL color Cylindrical-coordinate representation of color #309978: hue angle of 161.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309978 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 120 -
CMYK 0.69 0 0.22 0.4
HSL 161.14º 0.52% 0.39% -
HSV(B) 161.14º 0.69% 0.6% -
XYZ 16 24.77 21.71 -
YUV 117.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 48 153 120 0.69 0 0.22 0.4 161.14 0.52 0.39
Hex 30 99 78 45 0 16 28 A1 34 27
Octal 60 231 170 105 0 26 50 241 64 47
Binary 110000 10011001 1111000 1000101 0 10110 101000 10100001 110100 100111

Color Harmonies of #309978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309978

Black with #309978

Text Example


Text Example

White with #309978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309978; }

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

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

background-color css

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

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

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

border-color css

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

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

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