Html Css Color HEX #2F957D Gossamer

📋 copy color: '#2F957D'

red 47 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #2F957D

Tints of Gossamer #2F957D

RGB

 RED value IS 47 (18.75% from 255) = 14.64%

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

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

R = 14.64%
G = 46.42%
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

#2F957D (or 0x2F957D) is known color: Gossamer. HEX triplet: 2F, 95 and 7D. RGB value is (47,149,125). Sum of RGB (Red+Green+Blue) = 47+149+125=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #2F957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F957D is #D06A82. Grayscale: #737373. Windows color (decimal): -13658755 or 8230191. OLE color: 8230191.

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

Color convert

RGB 47 149 125 -
CMYK 0.68 0 0.16 0.42
HSL 165.88º 0.52% 0.38% -
HSV(B) 165.88º 0.68% 0.58% -
XYZ 15.62 23.58 23.13 -
YUV 115.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 47 149 125 0.68 0 0.16 0.42 165.88 0.52 0.38
Hex 2F 95 7D 44 0 10 2A A6 34 26
Octal 57 225 175 104 0 20 52 246 64 46
Binary 101111 10010101 1111101 1000100 0 10000 101010 10100110 110100 100110

Color Harmonies of #2F957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F957D

Black with #2F957D

Text Example


Text Example

White with #2F957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F957D; }

 p { color: rgb(47,149,125); }

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

background-color css

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

 a { background-color: rgb(47,149,125); }

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

border-color css

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

 span { border-color: rgb(47,149,125); }

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