Html Css Color HEX #2F987D Gossamer

📋 copy color: '#2F987D'

red 47 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #2F987D

Tints of Gossamer #2F987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.91%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 14.51%
G = 46.91%
B = 38.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#2F987D (or 0x2F987D) is known color: Gossamer. HEX triplet: 2F, 98 and 7D. RGB value is (47,152,125). Sum of RGB (Red+Green+Blue) = 47+152+125=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #2F987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F987D is #D06782. Grayscale: #757575. Windows color (decimal): -13657987 or 8230959. OLE color: 8230959.

HSL color Cylindrical-coordinate representation of color #2F987D: hue angle of 164.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F987D is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 152 125 -
CMYK 0.69 0 0.18 0.40
HSL 164.57º 0.53% 0.39% -
HSV(B) 164.57º 0.69% 0.6% -
XYZ 16.1 24.54 23.29 -
YUV 117.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 47 152 125 0.69 0 0.18 0.40 164.57 0.53 0.39
Hex 2F 98 7D 45 0 12 28 A5 35 27
Octal 57 230 175 105 0 22 50 245 65 47
Binary 101111 10011000 1111101 1000101 0 10010 101000 10100101 110101 100111

Color Harmonies of #2F987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F987D

Black with #2F987D

Text Example


Text Example

White with #2F987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,152,125); }

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

background-color css

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

 a { background-color: rgb(47,152,125); }

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

border-color css

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

 span { border-color: rgb(47,152,125); }

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