Html Css Color HEX #2F957C Gossamer

📋 copy color: '#2F957C'

red 47 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #2F957C

Tints of Gossamer #2F957C

RGB

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

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

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

R = 14.69%
G = 46.56%
B = 38.75%

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

#2F957C (or 0x2F957C) is known color: Gossamer. HEX triplet: 2F, 95 and 7C. RGB value is (47,149,124). Sum of RGB (Red+Green+Blue) = 47+149+124=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #2F957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F957C is #D06A83. Grayscale: #737373. Windows color (decimal): -13658756 or 8164655. OLE color: 8164655.

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

Color convert

RGB 47 149 124 -
CMYK 0.68 0 0.17 0.42
HSL 165.29º 0.52% 0.38% -
HSV(B) 165.29º 0.68% 0.58% -
XYZ 15.56 23.55 22.8 -
YUV 115.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 47 149 124 0.68 0 0.17 0.42 165.29 0.52 0.38
Hex 2F 95 7C 44 0 11 2A A5 34 26
Octal 57 225 174 104 0 21 52 245 64 46
Binary 101111 10010101 1111100 1000100 0 10001 101010 10100101 110100 100110

Color Harmonies of #2F957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F957C

Black with #2F957C

Text Example


Text Example

White with #2F957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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