Html Css Color HEX #2F9384 Gossamer

📋 copy color: '#2F9384'

red 47 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #2F9384

Tints of Gossamer #2F9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.09%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 14.42%
G = 45.09%
B = 40.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#2F9384 (or 0x2F9384) is known color: Gossamer. HEX triplet: 2F, 93 and 84. RGB value is (47,147,132). Sum of RGB (Red+Green+Blue) = 47+147+132=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9384 is #D06C7B. Grayscale: #737373. Windows color (decimal): -13659260 or 8688431. OLE color: 8688431.

HSL color Cylindrical-coordinate representation of color #2F9384: hue angle of 171º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9384 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 147 132 -
CMYK 0.68 0 0.10 0.42
HSL 171º 0.52% 0.38% -
HSV(B) 171º 0.68% 0.58% -
XYZ 15.77 23.14 25.46 -
YUV 115.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 47 147 132 0.68 0 0.10 0.42 171 0.52 0.38
Hex 2F 93 84 44 0 A 2A AB 34 26
Octal 57 223 204 104 0 12 52 253 64 46
Binary 101111 10010011 10000100 1000100 0 1010 101010 10101011 110100 100110

Color Harmonies of #2F9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9384

Black with #2F9384

Text Example


Text Example

White with #2F9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,147,132); }

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

background-color css

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

 a { background-color: rgb(47,147,132); }

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

border-color css

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

 span { border-color: rgb(47,147,132); }

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