Html Css Color HEX #30957C Gossamer

📋 copy color: '#30957C'

red 48 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #30957C

Tints of Gossamer #30957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

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

R = 14.95%
G = 46.42%
B = 38.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#30957C (or 0x30957C) is known color: Gossamer. HEX triplet: 30, 95 and 7C. RGB value is (48,149,124). Sum of RGB (Red+Green+Blue) = 48+149+124=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #30957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30957C is #CF6A83. Grayscale: #737373. Windows color (decimal): -13593220 or 8164656. OLE color: 8164656.

HSL color Cylindrical-coordinate representation of color #30957C: hue angle of 165.15º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30957C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 124 -
CMYK 0.68 0 0.17 0.42
HSL 165.15º 0.51% 0.39% -
HSV(B) 165.15º 0.68% 0.58% -
XYZ 15.6 23.58 22.8 -
YUV 115.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 48 149 124 0.68 0 0.17 0.42 165.15 0.51 0.39
Hex 30 95 7C 44 0 11 2A A5 33 27
Octal 60 225 174 104 0 21 52 245 63 47
Binary 110000 10010101 1111100 1000100 0 10001 101010 10100101 110011 100111

Color Harmonies of #30957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30957C

Black with #30957C

Text Example


Text Example

White with #30957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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