Html Css Color HEX #2F9276 Gossamer

📋 copy color: '#2F9276'

red 47 ◦ green 146 ◦ blue 118

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

Shades of Gossamer #2F9276

Tints of Gossamer #2F9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 15.11%
G = 46.95%
B = 37.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#2F9276 (or 0x2F9276) is known color: Gossamer. HEX triplet: 2F, 92 and 76. RGB value is (47,146,118). Sum of RGB (Red+Green+Blue) = 47+146+118=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9276 is #D06D89. Grayscale: #717171. Windows color (decimal): -13659530 or 7770671. OLE color: 7770671.

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

Color convert

RGB 47 146 118 -
CMYK 0.68 0 0.19 0.43
HSL 163.03º 0.51% 0.38% -
HSV(B) 163.03º 0.68% 0.57% -
XYZ 14.72 22.47 20.7 -
YUV 113.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 47 146 118 0.68 0 0.19 0.43 163.03 0.51 0.38
Hex 2F 92 76 44 0 13 2B A3 33 26
Octal 57 222 166 104 0 23 53 243 63 46
Binary 101111 10010010 1110110 1000100 0 10011 101011 10100011 110011 100110

Color Harmonies of #2F9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9276

Black with #2F9276

Text Example


Text Example

White with #2F9276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,146,118); }

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

background-color css

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

 a { background-color: rgb(47,146,118); }

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

border-color css

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

 span { border-color: rgb(47,146,118); }

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