Html Css Color HEX #2F9985 Gossamer

📋 copy color: '#2F9985'

red 47 ◦ green 153 ◦ blue 133

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

Shades of Gossamer #2F9985

Tints of Gossamer #2F9985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 14.11%
G = 45.95%
B = 39.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#2F9985 (or 0x2F9985) is known color: Gossamer. HEX triplet: 2F, 99 and 85. RGB value is (47,153,133). Sum of RGB (Red+Green+Blue) = 47+153+133=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9985 is #D0667A. Grayscale: #767676. Windows color (decimal): -13657723 or 8755503. OLE color: 8755503.

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

Color convert

RGB 47 153 133 -
CMYK 0.69 0 0.13 0.4
HSL 168.68º 0.53% 0.39% -
HSV(B) 168.68º 0.69% 0.6% -
XYZ 16.8 25.08 26.15 -
YUV 119.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 47 153 133 0.69 0 0.13 0.4 168.68 0.53 0.39
Hex 2F 99 85 45 0 D 28 A9 35 27
Octal 57 231 205 105 0 15 50 251 65 47
Binary 101111 10011001 10000101 1000101 0 1101 101000 10101001 110101 100111

Color Harmonies of #2F9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9985

Black with #2F9985

Text Example


Text Example

White with #2F9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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