Html Css Color HEX #2DA083 Gossamer

📋 copy color: '#2DA083'

red 45 ◦ green 160 ◦ blue 131

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

Shades of Gossamer #2DA083

Tints of Gossamer #2DA083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 13.39%
G = 47.62%
B = 38.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#2DA083 (or 0x2DA083) is known color: Gossamer. HEX triplet: 2D, A0 and 83. RGB value is (45,160,131). Sum of RGB (Red+Green+Blue) = 45+160+131=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA083 is #D25F7C. Grayscale: #7A7A7A. Windows color (decimal): -13787005 or 8626221. OLE color: 8626221.

HSL color Cylindrical-coordinate representation of color #2DA083: hue angle of 164.87º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA083 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 45 160 131 -
CMYK 0.72 0 0.18 0.37
HSL 164.87º 0.56% 0.4% -
HSV(B) 164.87º 0.72% 0.63% -
XYZ 17.75 27.34 25.81 -
YUV 122.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 45 160 131 0.72 0 0.18 0.37 164.87 0.56 0.4
Hex 2D A0 83 48 0 12 25 A5 38 28
Octal 55 240 203 110 0 22 45 245 70 50
Binary 101101 10100000 10000011 1001000 0 10010 100101 10100101 111000 101000

Color Harmonies of #2DA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA083

Black with #2DA083

Text Example


Text Example

White with #2DA083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,160,131); }

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

background-color css

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

 a { background-color: rgb(45,160,131); }

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

border-color css

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

 span { border-color: rgb(45,160,131); }

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