Html Css Color HEX #2F9988 Gossamer

📋 copy color: '#2F9988'

red 47 ◦ green 153 ◦ blue 136

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

Shades of Gossamer #2F9988

Tints of Gossamer #2F9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 13.99%
G = 45.54%
B = 40.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#2F9988 (or 0x2F9988) is known color: Gossamer. HEX triplet: 2F, 99 and 88. RGB value is (47,153,136). Sum of RGB (Red+Green+Blue) = 47+153+136=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9988 is #D06677. Grayscale: #777777. Windows color (decimal): -13657720 or 8952111. OLE color: 8952111.

HSL color Cylindrical-coordinate representation of color #2F9988: hue angle of 170.38º 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 #2F9988 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 136 -
CMYK 0.69 0 0.11 0.4
HSL 170.38º 0.53% 0.39% -
HSV(B) 170.38º 0.69% 0.6% -
XYZ 17.01 25.16 27.25 -
YUV 119.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 47 153 136 0.69 0 0.11 0.4 170.38 0.53 0.39
Hex 2F 99 88 45 0 B 28 AA 35 27
Octal 57 231 210 105 0 13 50 252 65 47
Binary 101111 10011001 10001000 1000101 0 1011 101000 10101010 110101 100111

Color Harmonies of #2F9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9988

Black with #2F9988

Text Example


Text Example

White with #2F9988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,136); }

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

background-color css

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

 a { background-color: rgb(47,153,136); }

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

border-color css

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

 span { border-color: rgb(47,153,136); }

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