Html Css Color HEX #2C9B74 Gossamer

📋 copy color: '#2C9B74'

red 44 ◦ green 155 ◦ blue 116

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

Shades of Gossamer #2C9B74

Tints of Gossamer #2C9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 13.97%
G = 49.21%
B = 36.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#2C9B74 (or 0x2C9B74) is known color: Gossamer. HEX triplet: 2C, 9B and 74. RGB value is (44,155,116). Sum of RGB (Red+Green+Blue) = 44+155+116=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B74 is #D3648B. Grayscale: #757575. Windows color (decimal): -13853836 or 7641900. OLE color: 7641900.

HSL color Cylindrical-coordinate representation of color #2C9B74: hue angle of 158.92º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9B74 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 44 155 116 -
CMYK 0.72 0 0.25 0.39
HSL 158.92º 0.56% 0.39% -
HSV(B) 158.92º 0.72% 0.61% -
XYZ 15.91 25.24 20.56 -
YUV 117.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 44 155 116 0.72 0 0.25 0.39 158.92 0.56 0.39
Hex 2C 9B 74 48 0 19 27 9F 38 27
Octal 54 233 164 110 0 31 47 237 70 47
Binary 101100 10011011 1110100 1001000 0 11001 100111 10011111 111000 100111

Color Harmonies of #2C9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9B74

Black with #2C9B74

Text Example


Text Example

White with #2C9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,155,116); }

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

background-color css

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

 a { background-color: rgb(44,155,116); }

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

border-color css

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

 span { border-color: rgb(44,155,116); }

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