#2D9D81

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

Shades of Gossamer #2D9D81

Tints of Gossamer #2D9D81

Color information

#2D9D81 (or 0x2D9D81) is unknown color: approx Gossamer. HEX triplet: 2D, 9D and 81. RGB value is (45,157,129). Sum of RGB (Red+Green+Blue) = 45+157+129=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9D81 is #D2627E. Grayscale: #787878. Windows color (decimal): -13787775 or 8494381. OLE color: 8494381.

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

Color convert

RGB45157129-
CMYK0.7100.180.38
HSL165º55.45%39.61%-
HSV(B)165º71.34%61.57%-
XYZ17.126.2624.94-
YUV120.32132.8974.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 157 (61.72% from 255) = 47.43%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=13.60%
G=47.43%
B=38.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451571290.7100.180.3816555.4539.61
Hex2D9D814701226a53728
Octal55235201107022462456750
Binary1011011001110110000001100011101001010011010100101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,157,129); }

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

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

 a { background-color: rgb(45,157,129); }

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

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

 span { border-color: rgb(45,157,129); }

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