Html Css Color HEX #2C9384 Gossamer

📋 copy color: '#2C9384'

red 44 ◦ green 147 ◦ blue 132

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

Shades of Gossamer #2C9384

Tints of Gossamer #2C9384

RGB

 RED value IS 44 (17.58% from 255) = 13.62%

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

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

R = 13.62%
G = 45.51%
B = 40.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#2C9384 (or 0x2C9384) is known color: Gossamer. HEX triplet: 2C, 93 and 84. RGB value is (44,147,132). Sum of RGB (Red+Green+Blue) = 44+147+132=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9384 is #D36C7B. Grayscale: #727272. Windows color (decimal): -13855868 or 8688428. OLE color: 8688428.

HSL color Cylindrical-coordinate representation of color #2C9384: hue angle of 171.26º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9384 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 147 132 -
CMYK 0.70 0 0.10 0.42
HSL 171.26º 0.54% 0.37% -
HSV(B) 171.26º 0.7% 0.58% -
XYZ 15.64 23.07 25.46 -
YUV 114.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 44 147 132 0.70 0 0.10 0.42 171.26 0.54 0.37
Hex 2C 93 84 46 0 A 2A AB 36 25
Octal 54 223 204 106 0 12 52 253 66 45
Binary 101100 10010011 10000100 1000110 0 1010 101010 10101011 110110 100101

Color Harmonies of #2C9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9384

Black with #2C9384

Text Example


Text Example

White with #2C9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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