Html Css Color HEX #2D9582 Gossamer

📋 copy color: '#2D9582'

red 45 ◦ green 149 ◦ blue 130

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

Shades of Gossamer #2D9582

Tints of Gossamer #2D9582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 13.89%
G = 45.99%
B = 40.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#2D9582 (or 0x2D9582) is known color: Gossamer. HEX triplet: 2D, 95 and 82. RGB value is (45,149,130). Sum of RGB (Red+Green+Blue) = 45+149+130=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9582 is #D26A7D. Grayscale: #737373. Windows color (decimal): -13789822 or 8557869. OLE color: 8557869.

HSL color Cylindrical-coordinate representation of color #2D9582: hue angle of 169.04º 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 #2D9582 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 130 -
CMYK 0.70 0 0.13 0.42
HSL 169.04º 0.54% 0.38% -
HSV(B) 169.04º 0.7% 0.58% -
XYZ 15.86 23.66 24.85 -
YUV 115.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 45 149 130 0.70 0 0.13 0.42 169.04 0.54 0.38
Hex 2D 95 82 46 0 D 2A A9 36 26
Octal 55 225 202 106 0 15 52 251 66 46
Binary 101101 10010101 10000010 1000110 0 1101 101010 10101001 110110 100110

Color Harmonies of #2D9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9582

Black with #2D9582

Text Example


Text Example

White with #2D9582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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