Html Css Color HEX #30957F Gossamer

📋 copy color: '#30957F'

red 48 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #30957F

Tints of Gossamer #30957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.2%

R = 14.81%
G = 45.99%
B = 39.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#30957F (or 0x30957F) is known color: Gossamer. HEX triplet: 30, 95 and 7F. RGB value is (48,149,127). Sum of RGB (Red+Green+Blue) = 48+149+127=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #30957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30957F is #CF6A80. Grayscale: #747474. Windows color (decimal): -13593217 or 8361264. OLE color: 8361264.

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

Color convert

RGB 48 149 127 -
CMYK 0.68 0 0.15 0.42
HSL 166.93º 0.51% 0.39% -
HSV(B) 166.93º 0.68% 0.58% -
XYZ 15.8 23.66 23.81 -
YUV 116.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 48 149 127 0.68 0 0.15 0.42 166.93 0.51 0.39
Hex 30 95 7F 44 0 F 2A A7 33 27
Octal 60 225 177 104 0 17 52 247 63 47
Binary 110000 10010101 1111111 1000100 0 1111 101010 10100111 110011 100111

Color Harmonies of #30957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30957F

Black with #30957F

Text Example


Text Example

White with #30957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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