Html Css Color HEX #2F9185 Gossamer

📋 copy color: '#2F9185'

red 47 ◦ green 145 ◦ blue 133

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

Shades of Gossamer #2F9185

Tints of Gossamer #2F9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 14.46%
G = 44.62%
B = 40.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#2F9185 (or 0x2F9185) is known color: Gossamer. HEX triplet: 2F, 91 and 85. RGB value is (47,145,133). Sum of RGB (Red+Green+Blue) = 47+145+133=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9185 is #D06E7A. Grayscale: #727272. Windows color (decimal): -13659771 or 8753455. OLE color: 8753455.

HSL color Cylindrical-coordinate representation of color #2F9185: hue angle of 172.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9185 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 133 -
CMYK 0.68 0 0.08 0.43
HSL 172.65º 0.51% 0.38% -
HSV(B) 172.65º 0.68% 0.57% -
XYZ 15.53 22.55 25.72 -
YUV 114.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 47 145 133 0.68 0 0.08 0.43 172.65 0.51 0.38
Hex 2F 91 85 44 0 8 2B AD 33 26
Octal 57 221 205 104 0 10 53 255 63 46
Binary 101111 10010001 10000101 1000100 0 1000 101011 10101101 110011 100110

Color Harmonies of #2F9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9185

Black with #2F9185

Text Example


Text Example

White with #2F9185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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