Html Css Color HEX #30947C Gossamer

📋 copy color: '#30947C'

red 48 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #30947C

Tints of Gossamer #30947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 15%
G = 46.25%
B = 38.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#30947C (or 0x30947C) is known color: Gossamer. HEX triplet: 30, 94 and 7C. RGB value is (48,148,124). Sum of RGB (Red+Green+Blue) = 48+148+124=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #30947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30947C is #CF6B83. Grayscale: #737373. Windows color (decimal): -13593476 or 8164400. OLE color: 8164400.

HSL color Cylindrical-coordinate representation of color #30947C: hue angle of 165.6º 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 #30947C is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 124 -
CMYK 0.68 0 0.16 0.42
HSL 165.6º 0.51% 0.38% -
HSV(B) 165.6º 0.68% 0.58% -
XYZ 15.45 23.26 22.74 -
YUV 115.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 48 148 124 0.68 0 0.16 0.42 165.6 0.51 0.38
Hex 30 94 7C 44 0 10 2A A6 33 26
Octal 60 224 174 104 0 20 52 246 63 46
Binary 110000 10010100 1111100 1000100 0 10000 101010 10100110 110011 100110

Color Harmonies of #30947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30947C

Black with #30947C

Text Example


Text Example

White with #30947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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