Html Css Color HEX #2D9587 Gossamer

📋 copy color: '#2D9587'

red 45 ◦ green 149 ◦ blue 135

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

Shades of Gossamer #2D9587

Tints of Gossamer #2D9587

RGB

 RED value IS 45 (17.97% from 255) = 13.68%

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 13.68%
G = 45.29%
B = 41.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#2D9587 (or 0x2D9587) is known color: Gossamer. HEX triplet: 2D, 95 and 87. RGB value is (45,149,135). Sum of RGB (Red+Green+Blue) = 45+149+135=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9587 is #D26A78. Grayscale: #747474. Windows color (decimal): -13789817 or 8885549. OLE color: 8885549.

HSL color Cylindrical-coordinate representation of color #2D9587: hue angle of 171.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9587 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 135 -
CMYK 0.70 0 0.09 0.42
HSL 171.92º 0.54% 0.38% -
HSV(B) 171.92º 0.7% 0.58% -
XYZ 16.2 23.8 26.66 -
YUV 116.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 45 149 135 0.70 0 0.09 0.42 171.92 0.54 0.38
Hex 2D 95 87 46 0 9 2A AC 36 26
Octal 55 225 207 106 0 11 52 254 66 46
Binary 101101 10010101 10000111 1000110 0 1001 101010 10101100 110110 100110

Color Harmonies of #2D9587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9587

Black with #2D9587

Text Example


Text Example

White with #2D9587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,149,135); }

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

background-color css

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

 a { background-color: rgb(45,149,135); }

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

border-color css

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

 span { border-color: rgb(45,149,135); }

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