Html Css Color HEX #2B9478 Gossamer

📋 copy color: '#2B9478'

red 43 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #2B9478

Tints of Gossamer #2B9478

RGB

 RED value IS 43 (17.19% from 255) = 13.83%

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 13.83%
G = 47.59%
B = 38.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#2B9478 (or 0x2B9478) is known color: Gossamer. HEX triplet: 2B, 94 and 78. RGB value is (43,148,120). Sum of RGB (Red+Green+Blue) = 43+148+120=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9478 is #D46B87. Grayscale: #717171. Windows color (decimal): -13921160 or 7902251. OLE color: 7902251.

HSL color Cylindrical-coordinate representation of color #2B9478: hue angle of 164º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9478 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 148 120 -
CMYK 0.71 0 0.19 0.42
HSL 164º 0.55% 0.37% -
HSV(B) 164º 0.71% 0.58% -
XYZ 14.98 23.05 21.43 -
YUV 113.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 43 148 120 0.71 0 0.19 0.42 164 0.55 0.37
Hex 2B 94 78 47 0 13 2A A4 37 25
Octal 53 224 170 107 0 23 52 244 67 45
Binary 101011 10010100 1111000 1000111 0 10011 101010 10100100 110111 100101

Color Harmonies of #2B9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9478

Black with #2B9478

Text Example


Text Example

White with #2B9478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,148,120); }

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

background-color css

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

 a { background-color: rgb(43,148,120); }

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

border-color css

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

 span { border-color: rgb(43,148,120); }

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