Html Css Color HEX #2F9278 Gossamer

📋 copy color: '#2F9278'

red 47 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #2F9278

Tints of Gossamer #2F9278

RGB

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

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

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

R = 15.02%
G = 46.65%
B = 38.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#2F9278 (or 0x2F9278) is known color: Gossamer. HEX triplet: 2F, 92 and 78. RGB value is (47,146,120). Sum of RGB (Red+Green+Blue) = 47+146+120=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9278 is #D06D87. Grayscale: #717171. Windows color (decimal): -13659528 or 7901743. OLE color: 7901743.

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

Color convert

RGB 47 146 120 -
CMYK 0.68 0 0.18 0.43
HSL 164.24º 0.51% 0.38% -
HSV(B) 164.24º 0.68% 0.57% -
XYZ 14.84 22.52 21.33 -
YUV 113.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 47 146 120 0.68 0 0.18 0.43 164.24 0.51 0.38
Hex 2F 92 78 44 0 12 2B A4 33 26
Octal 57 222 170 104 0 22 53 244 63 46
Binary 101111 10010010 1111000 1000100 0 10010 101011 10100100 110011 100110

Color Harmonies of #2F9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9278

Black with #2F9278

Text Example


Text Example

White with #2F9278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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