#2D917A

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

Shades of Gossamer #2D917A

Tints of Gossamer #2D917A

Color information

#2D917A (or 0x2D917A) is unknown color: approx Gossamer. HEX triplet: 2D, 91 and 7A. RGB value is (45,145,122). Sum of RGB (Red+Green+Blue) = 45+145+122=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #2D917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D917A is #D26E85. Grayscale: #707070. Windows color (decimal): -13790854 or 8032557. OLE color: 8032557.

HSL color Cylindrical-coordinate representation of color #2D917A: hue angle of 166.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D917A is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB45145122-
CMYK0.6900.160.43
HSL166.2º52.63%37.25%-
HSV(B)166.2º68.97%56.86%-
XYZ14.7222.2121.92-
YUV112.48133.3779.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.42%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=14.42%
G=46.47%
B=39.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal451451220.6900.160.43166.252.6337.25
Hex2D917A450102Ba63525
Octal55221172105020532466545
Binary101101100100011111010100010101000010101110100110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,122); }

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

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

 a { background-color: rgb(45,145,122); }

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

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

 span { border-color: rgb(45,145,122); }

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