Html Css Color HEX #2F937D Gossamer

📋 copy color: '#2F937D'

red 47 ◦ green 147 ◦ blue 125

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

Shades of Gossamer #2F937D

Tints of Gossamer #2F937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

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

R = 14.73%
G = 46.08%
B = 39.18%

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

#2F937D (or 0x2F937D) is known color: Gossamer. HEX triplet: 2F, 93 and 7D. RGB value is (47,147,125). Sum of RGB (Red+Green+Blue) = 47+147+125=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #2F937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F937D is #D06C82. Grayscale: #727272. Windows color (decimal): -13659267 or 8229679. OLE color: 8229679.

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

Color convert

RGB 47 147 125 -
CMYK 0.68 0 0.15 0.42
HSL 166.8º 0.52% 0.38% -
HSV(B) 166.8º 0.68% 0.58% -
XYZ 15.31 22.95 23.03 -
YUV 114.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 47 147 125 0.68 0 0.15 0.42 166.8 0.52 0.38
Hex 2F 93 7D 44 0 F 2A A7 34 26
Octal 57 223 175 104 0 17 52 247 64 46
Binary 101111 10010011 1111101 1000100 0 1111 101010 10100111 110100 100110

Color Harmonies of #2F937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F937D

Black with #2F937D

Text Example


Text Example

White with #2F937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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