Html Css Color HEX #2F8E84 Gossamer

📋 copy color: '#2F8E84'

red 47 ◦ green 142 ◦ blue 132

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

Shades of Gossamer #2F8E84

Tints of Gossamer #2F8E84

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 14.64%
G = 44.24%
B = 41.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#2F8E84 (or 0x2F8E84) is known color: Gossamer. HEX triplet: 2F, 8E and 84. RGB value is (47,142,132). Sum of RGB (Red+Green+Blue) = 47+142+132=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8E84 is #D0717B. Grayscale: #707070. Windows color (decimal): -13660540 or 8687151. OLE color: 8687151.

HSL color Cylindrical-coordinate representation of color #2F8E84: hue angle of 173.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E84 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 142 132 -
CMYK 0.67 0 0.07 0.44
HSL 173.68º 0.5% 0.37% -
HSV(B) 173.68º 0.67% 0.56% -
XYZ 15.01 21.62 25.21 -
YUV 112.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 47 142 132 0.67 0 0.07 0.44 173.68 0.5 0.37
Hex 2F 8E 84 43 0 7 2C AE 32 25
Octal 57 216 204 103 0 7 54 256 62 45
Binary 101111 10001110 10000100 1000011 0 111 101100 10101110 110010 100101

Color Harmonies of #2F8E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E84

Black with #2F8E84

Text Example


Text Example

White with #2F8E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,142,132); }

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

background-color css

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

 a { background-color: rgb(47,142,132); }

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

border-color css

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

 span { border-color: rgb(47,142,132); }

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