Html Css Color HEX #2F9178 Gossamer

📋 copy color: '#2F9178'

red 47 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #2F9178

Tints of Gossamer #2F9178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 15.06%
G = 46.47%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#2F9178 (or 0x2F9178) is known color: Gossamer. HEX triplet: 2F, 91 and 78. RGB value is (47,145,120). Sum of RGB (Red+Green+Blue) = 47+145+120=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9178 is #D06E87. Grayscale: #707070. Windows color (decimal): -13659784 or 7901487. OLE color: 7901487.

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

Color convert

RGB 47 145 120 -
CMYK 0.68 0 0.17 0.43
HSL 164.69º 0.51% 0.38% -
HSV(B) 164.69º 0.68% 0.57% -
XYZ 14.69 22.21 21.28 -
YUV 112.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 47 145 120 0.68 0 0.17 0.43 164.69 0.51 0.38
Hex 2F 91 78 44 0 11 2B A5 33 26
Octal 57 221 170 104 0 21 53 245 63 46
Binary 101111 10010001 1111000 1000100 0 10001 101011 10100101 110011 100110

Color Harmonies of #2F9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9178

Black with #2F9178

Text Example


Text Example

White with #2F9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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