#2A967D

Color #2A967D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2A967D

Tints of Gossamer #2A967D

Color information

#2A967D (or 0x2A967D) is unknown color: approx Gossamer. HEX triplet: 2A, 96 and 7D. RGB value is (42,150,125). Sum of RGB (Red+Green+Blue) = 42+150+125=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #2A967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A967D is #D56982. Grayscale: #727272. Windows color (decimal): -13986179 or 8230442. OLE color: 8230442.

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

Color convert

RGB42150125-
CMYK0.7200.170.41
HSL166.11º56.25%37.65%-
HSV(B)166.11º72%58.82%-
XYZ15.5623.7923.17-
YUV114.86133.7276.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=13.25%
G=47.32%
B=39.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421501250.7200.170.41166.1156.2537.65
Hex2A967D4801129a63826
Octal52226175110021512467046
Binary101010100101101111101100100001000110100110100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,125); }

 H1.HeaderClassName
 {
   color: #2A967D;
 }
 .AnyTagClassName
 {
   color: #2A967D;
 }
</style>
background-color css

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

 a { background-color: rgb(42,150,125); }

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

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

 span { border-color: rgb(42,150,125); }

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