Html Css Color HEX #2B967A Gossamer

📋 copy color: '#2B967A'

red 43 ◦ green 150 ◦ blue 122

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

Shades of Gossamer #2B967A

Tints of Gossamer #2B967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 13.65%
G = 47.62%
B = 38.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#2B967A (or 0x2B967A) is known color: Gossamer. HEX triplet: 2B, 96 and 7A. RGB value is (43,150,122). Sum of RGB (Red+Green+Blue) = 43+150+122=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #2B967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B967A is #D46985. Grayscale: #727272. Windows color (decimal): -13920646 or 8033835. OLE color: 8033835.

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

Color convert

RGB 43 150 122 -
CMYK 0.71 0 0.19 0.41
HSL 164.3º 0.55% 0.38% -
HSV(B) 164.3º 0.71% 0.59% -
XYZ 15.42 23.73 22.18 -
YUV 114.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 43 150 122 0.71 0 0.19 0.41 164.3 0.55 0.38
Hex 2B 96 7A 47 0 13 29 A4 37 26
Octal 53 226 172 107 0 23 51 244 67 46
Binary 101011 10010110 1111010 1000111 0 10011 101001 10100100 110111 100110

Color Harmonies of #2B967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B967A

Black with #2B967A

Text Example


Text Example

White with #2B967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,122); }

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

background-color css

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

 a { background-color: rgb(43,150,122); }

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

border-color css

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

 span { border-color: rgb(43,150,122); }

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