Html Css Color HEX #2F998B Gossamer

📋 copy color: '#2F998B'

red 47 ◦ green 153 ◦ blue 139

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

Shades of Gossamer #2F998B

Tints of Gossamer #2F998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 139 (54.69% from 255) = 41%

R = 13.86%
G = 45.13%
B = 41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#2F998B (or 0x2F998B) is known color: Gossamer. HEX triplet: 2F, 99 and 8B. RGB value is (47,153,139). Sum of RGB (Red+Green+Blue) = 47+153+139=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #2F998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F998B is #D06674. Grayscale: #777777. Windows color (decimal): -13657717 or 9148719. OLE color: 9148719.

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

Color convert

RGB 47 153 139 -
CMYK 0.69 0 0.09 0.4
HSL 172.08º 0.53% 0.39% -
HSV(B) 172.08º 0.69% 0.6% -
XYZ 17.22 25.25 28.39 -
YUV 119.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 47 153 139 0.69 0 0.09 0.4 172.08 0.53 0.39
Hex 2F 99 8B 45 0 9 28 AC 35 27
Octal 57 231 213 105 0 11 50 254 65 47
Binary 101111 10011001 10001011 1000101 0 1001 101000 10101100 110101 100111

Color Harmonies of #2F998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F998B

Black with #2F998B

Text Example


Text Example

White with #2F998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,139); }

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

background-color css

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

 a { background-color: rgb(47,153,139); }

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

border-color css

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

 span { border-color: rgb(47,153,139); }

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