Html Css Color HEX #30947D Gossamer

📋 copy color: '#30947D'

red 48 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #30947D

Tints of Gossamer #30947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 14.95%
G = 46.11%
B = 38.94%

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

#30947D (or 0x30947D) is known color: Gossamer. HEX triplet: 30, 94 and 7D. RGB value is (48,148,125). Sum of RGB (Red+Green+Blue) = 48+148+125=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #30947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30947D is #CF6B82. Grayscale: #737373. Windows color (decimal): -13593475 or 8229936. OLE color: 8229936.

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

Color convert

RGB 48 148 125 -
CMYK 0.68 0 0.16 0.42
HSL 166.2º 0.51% 0.38% -
HSV(B) 166.2º 0.68% 0.58% -
XYZ 15.51 23.29 23.08 -
YUV 115.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 48 148 125 0.68 0 0.16 0.42 166.2 0.51 0.38
Hex 30 94 7D 44 0 10 2A A6 33 26
Octal 60 224 175 104 0 20 52 246 63 46
Binary 110000 10010100 1111101 1000100 0 10000 101010 10100110 110011 100110

Color Harmonies of #30947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30947D

Black with #30947D

Text Example


Text Example

White with #30947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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