Html Css Color HEX #2A9482 Gossamer

📋 copy color: '#2A9482'

red 42 ◦ green 148 ◦ blue 130

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

Shades of Gossamer #2A9482

Tints of Gossamer #2A9482

RGB

 RED value IS 42 (16.8% from 255) = 13.13%

 GREEN value IS 148 (58.2% from 255) = 46.25%

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

R = 13.13%
G = 46.25%
B = 40.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#2A9482 (or 0x2A9482) is known color: Gossamer. HEX triplet: 2A, 94 and 82. RGB value is (42,148,130). Sum of RGB (Red+Green+Blue) = 42+148+130=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9482 is #D56B7D. Grayscale: #727272. Windows color (decimal): -13986686 or 8557610. OLE color: 8557610.

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

Color convert

RGB 42 148 130 -
CMYK 0.72 0 0.12 0.42
HSL 169.81º 0.56% 0.37% -
HSV(B) 169.81º 0.72% 0.58% -
XYZ 15.57 23.28 24.79 -
YUV 114.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 42 148 130 0.72 0 0.12 0.42 169.81 0.56 0.37
Hex 2A 94 82 48 0 C 2A AA 38 25
Octal 52 224 202 110 0 14 52 252 70 45
Binary 101010 10010100 10000010 1001000 0 1100 101010 10101010 111000 100101

Color Harmonies of #2A9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9482

Black with #2A9482

Text Example


Text Example

White with #2A9482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,148,130); }

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

background-color css

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

 a { background-color: rgb(42,148,130); }

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

border-color css

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

 span { border-color: rgb(42,148,130); }

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