Html Css Color HEX #2F9B85 Gossamer

📋 copy color: '#2F9B85'

red 47 ◦ green 155 ◦ blue 133

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

Shades of Gossamer #2F9B85

Tints of Gossamer #2F9B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 14.03%
G = 46.27%
B = 39.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#2F9B85 (or 0x2F9B85) is known color: Gossamer. HEX triplet: 2F, 9B and 85. RGB value is (47,155,133). Sum of RGB (Red+Green+Blue) = 47+155+133=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9B85 is #D0647A. Grayscale: #787878. Windows color (decimal): -13657211 or 8756015. OLE color: 8756015.

HSL color Cylindrical-coordinate representation of color #2F9B85: hue angle of 167.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B85 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 155 133 -
CMYK 0.70 0 0.14 0.39
HSL 167.78º 0.53% 0.4% -
HSV(B) 167.78º 0.7% 0.61% -
XYZ 17.13 25.74 26.26 -
YUV 120.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 47 155 133 0.70 0 0.14 0.39 167.78 0.53 0.4
Hex 2F 9B 85 46 0 E 27 A8 35 28
Octal 57 233 205 106 0 16 47 250 65 50
Binary 101111 10011011 10000101 1000110 0 1110 100111 10101000 110101 101000

Color Harmonies of #2F9B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9B85

Black with #2F9B85

Text Example


Text Example

White with #2F9B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,155,133); }

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

background-color css

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

 a { background-color: rgb(47,155,133); }

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

border-color css

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

 span { border-color: rgb(47,155,133); }

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