#2A9883

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

Shades of Gossamer #2A9883

Tints of Gossamer #2A9883

Color information

#2A9883 (or 0x2A9883) is unknown color: approx Gossamer. HEX triplet: 2A, 98 and 83. RGB value is (42,152,131). Sum of RGB (Red+Green+Blue) = 42+152+131=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9883 is #D5677C. Grayscale: #747474. Windows color (decimal): -13985661 or 8624170. OLE color: 8624170.

HSL color Cylindrical-coordinate representation of color #2A9883: hue angle of 168.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9883 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB42152131-
CMYK0.7200.140.40
HSL168.55º56.7%38.04%-
HSV(B)168.55º72.37%59.61%-
XYZ16.2824.5925.36-
YUV116.72136.0674.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=12.92%
G=46.77%
B=40.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521310.7200.140.40168.5556.738.04
Hex2A9883480E28a93926
Octal52230203110016502517146
Binary101010100110001000001110010000111010100010101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,131); }

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

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

 a { background-color: rgb(42,152,131); }

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

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

 span { border-color: rgb(42,152,131); }

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