Html Css Color HEX #2F9682 Gossamer

📋 copy color: '#2F9682'

red 47 ◦ green 150 ◦ blue 130

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

Shades of Gossamer #2F9682

Tints of Gossamer #2F9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 14.37%
G = 45.87%
B = 39.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#2F9682 (or 0x2F9682) is known color: Gossamer. HEX triplet: 2F, 96 and 82. RGB value is (47,150,130). Sum of RGB (Red+Green+Blue) = 47+150+130=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9682 is #D0697D. Grayscale: #747474. Windows color (decimal): -13658494 or 8558127. OLE color: 8558127.

HSL color Cylindrical-coordinate representation of color #2F9682: hue angle of 168.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9682 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 130 -
CMYK 0.69 0 0.13 0.41
HSL 168.35º 0.52% 0.39% -
HSV(B) 168.35º 0.69% 0.59% -
XYZ 16.11 24.03 24.91 -
YUV 116.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 47 150 130 0.69 0 0.13 0.41 168.35 0.52 0.39
Hex 2F 96 82 45 0 D 29 A8 34 27
Octal 57 226 202 105 0 15 51 250 64 47
Binary 101111 10010110 10000010 1000101 0 1101 101001 10101000 110100 100111

Color Harmonies of #2F9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9682

Black with #2F9682

Text Example


Text Example

White with #2F9682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,150,130); }

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

background-color css

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

 a { background-color: rgb(47,150,130); }

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

border-color css

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

 span { border-color: rgb(47,150,130); }

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