Html Css Color HEX #2F977B Gossamer

📋 copy color: '#2F977B'

red 47 ◦ green 151 ◦ blue 123

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

Shades of Gossamer #2F977B

Tints of Gossamer #2F977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 14.64%
G = 47.04%
B = 38.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#2F977B (or 0x2F977B) is known color: Gossamer. HEX triplet: 2F, 97 and 7B. RGB value is (47,151,123). Sum of RGB (Red+Green+Blue) = 47+151+123=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #2F977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F977B is #D06884. Grayscale: #747474. Windows color (decimal): -13658245 or 8099631. OLE color: 8099631.

HSL color Cylindrical-coordinate representation of color #2F977B: hue angle of 163.85º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F977B is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 151 123 -
CMYK 0.69 0 0.19 0.41
HSL 163.85º 0.53% 0.39% -
HSV(B) 163.85º 0.69% 0.59% -
XYZ 15.81 24.17 22.57 -
YUV 116.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 47 151 123 0.69 0 0.19 0.41 163.85 0.53 0.39
Hex 2F 97 7B 45 0 13 29 A4 35 27
Octal 57 227 173 105 0 23 51 244 65 47
Binary 101111 10010111 1111011 1000101 0 10011 101001 10100100 110101 100111

Color Harmonies of #2F977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F977B

Black with #2F977B

Text Example


Text Example

White with #2F977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,151,123); }

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

background-color css

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

 a { background-color: rgb(47,151,123); }

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

border-color css

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

 span { border-color: rgb(47,151,123); }

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