Html Css Color HEX #309378 Gossamer

📋 copy color: '#309378'

red 48 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #309378

Tints of Gossamer #309378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 15.24%
G = 46.67%
B = 38.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#309378 (or 0x309378) is known color: Gossamer. HEX triplet: 30, 93 and 78. RGB value is (48,147,120). Sum of RGB (Red+Green+Blue) = 48+147+120=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #309378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309378 is #CF6C87. Grayscale: #727272. Windows color (decimal): -13593736 or 7902000. OLE color: 7902000.

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

Color convert

RGB 48 147 120 -
CMYK 0.67 0 0.18 0.42
HSL 163.64º 0.51% 0.38% -
HSV(B) 163.64º 0.67% 0.58% -
XYZ 15.04 22.85 21.39 -
YUV 114.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 48 147 120 0.67 0 0.18 0.42 163.64 0.51 0.38
Hex 30 93 78 43 0 12 2A A4 33 26
Octal 60 223 170 103 0 22 52 244 63 46
Binary 110000 10010011 1111000 1000011 0 10010 101010 10100100 110011 100110

Color Harmonies of #309378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309378

Black with #309378

Text Example


Text Example

White with #309378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309378; }

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

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

background-color css

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

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

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

border-color css

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

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

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