Html Css Color HEX #2F947B Gossamer

📋 copy color: '#2F947B'

red 47 ◦ green 148 ◦ blue 123

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

Shades of Gossamer #2F947B

Tints of Gossamer #2F947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 14.78%
G = 46.54%
B = 38.68%

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

#2F947B (or 0x2F947B) is known color: Gossamer. HEX triplet: 2F, 94 and 7B. RGB value is (47,148,123). Sum of RGB (Red+Green+Blue) = 47+148+123=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #2F947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F947B is #D06B84. Grayscale: #727272. Windows color (decimal): -13659013 or 8098863. OLE color: 8098863.

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

Color convert

RGB 47 148 123 -
CMYK 0.68 0 0.17 0.42
HSL 165.15º 0.52% 0.38% -
HSV(B) 165.15º 0.68% 0.58% -
XYZ 15.34 23.21 22.41 -
YUV 114.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 47 148 123 0.68 0 0.17 0.42 165.15 0.52 0.38
Hex 2F 94 7B 44 0 11 2A A5 34 26
Octal 57 224 173 104 0 21 52 245 64 46
Binary 101111 10010100 1111011 1000100 0 10001 101010 10100101 110100 100110

Color Harmonies of #2F947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F947B

Black with #2F947B

Text Example


Text Example

White with #2F947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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