Html Css Color HEX #2F8E78 Gossamer

📋 copy color: '#2F8E78'

red 47 ◦ green 142 ◦ blue 120

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

Shades of Gossamer #2F8E78

Tints of Gossamer #2F8E78

RGB

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

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

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

R = 15.21%
G = 45.95%
B = 38.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#2F8E78 (or 0x2F8E78) is known color: Gossamer. HEX triplet: 2F, 8E and 78. RGB value is (47,142,120). Sum of RGB (Red+Green+Blue) = 47+142+120=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E78 is #D07187. Grayscale: #6F6F6F. Windows color (decimal): -13660552 or 7900719. OLE color: 7900719.

HSL color Cylindrical-coordinate representation of color #2F8E78: hue angle of 166.11º 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 #2F8E78 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 142 120 -
CMYK 0.67 0 0.15 0.44
HSL 166.11º 0.5% 0.37% -
HSV(B) 166.11º 0.67% 0.56% -
XYZ 14.24 21.31 21.13 -
YUV 111.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 47 142 120 0.67 0 0.15 0.44 166.11 0.5 0.37
Hex 2F 8E 78 43 0 F 2C A6 32 25
Octal 57 216 170 103 0 17 54 246 62 45
Binary 101111 10001110 1111000 1000011 0 1111 101100 10100110 110010 100101

Color Harmonies of #2F8E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E78

Black with #2F8E78

Text Example


Text Example

White with #2F8E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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