Html Css Color HEX #2F8E7B Gossamer

📋 copy color: '#2F8E7B'

red 47 ◦ green 142 ◦ blue 123

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

Shades of Gossamer #2F8E7B

Tints of Gossamer #2F8E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 15.06%
G = 45.51%
B = 39.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#2F8E7B (or 0x2F8E7B) is known color: Gossamer. HEX triplet: 2F, 8E and 7B. RGB value is (47,142,123). Sum of RGB (Red+Green+Blue) = 47+142+123=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E7B is #D07184. Grayscale: #6F6F6F. Windows color (decimal): -13660549 or 8097327. OLE color: 8097327.

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

Color convert

RGB 47 142 123 -
CMYK 0.67 0 0.13 0.44
HSL 168º 0.5% 0.37% -
HSV(B) 168º 0.67% 0.56% -
XYZ 14.42 21.38 22.11 -
YUV 111.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 47 142 123 0.67 0 0.13 0.44 168 0.5 0.37
Hex 2F 8E 7B 43 0 D 2C A8 32 25
Octal 57 216 173 103 0 15 54 250 62 45
Binary 101111 10001110 1111011 1000011 0 1101 101100 10101000 110010 100101

Color Harmonies of #2F8E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E7B

Black with #2F8E7B

Text Example


Text Example

White with #2F8E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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