Html Css Color HEX #2F9187 Gossamer

📋 copy color: '#2F9187'

red 47 ◦ green 145 ◦ blue 135

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

Shades of Gossamer #2F9187

Tints of Gossamer #2F9187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 14.37%
G = 44.34%
B = 41.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#2F9187 (or 0x2F9187) is known color: Gossamer. HEX triplet: 2F, 91 and 87. RGB value is (47,145,135). Sum of RGB (Red+Green+Blue) = 47+145+135=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9187 is #D06E78. Grayscale: #727272. Windows color (decimal): -13659769 or 8884527. OLE color: 8884527.

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

Color convert

RGB 47 145 135 -
CMYK 0.68 0 0.07 0.43
HSL 173.88º 0.51% 0.38% -
HSV(B) 173.88º 0.68% 0.57% -
XYZ 15.67 22.6 26.46 -
YUV 114.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 47 145 135 0.68 0 0.07 0.43 173.88 0.51 0.38
Hex 2F 91 87 44 0 7 2B AE 33 26
Octal 57 221 207 104 0 7 53 256 63 46
Binary 101111 10010001 10000111 1000100 0 111 101011 10101110 110011 100110

Color Harmonies of #2F9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9187

Black with #2F9187

Text Example


Text Example

White with #2F9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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