Html Css Color HEX #2A9483 Gossamer

📋 copy color: '#2A9483'

red 42 ◦ green 148 ◦ blue 131

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

Shades of Gossamer #2A9483

Tints of Gossamer #2A9483

RGB

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

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

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

R = 13.08%
G = 46.11%
B = 40.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#2A9483 (or 0x2A9483) is known color: Gossamer. HEX triplet: 2A, 94 and 83. RGB value is (42,148,131). Sum of RGB (Red+Green+Blue) = 42+148+131=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9483 is #D56B7C. Grayscale: #727272. Windows color (decimal): -13986685 or 8623146. OLE color: 8623146.

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

Color convert

RGB 42 148 131 -
CMYK 0.72 0 0.11 0.42
HSL 170.38º 0.56% 0.37% -
HSV(B) 170.38º 0.72% 0.58% -
XYZ 15.64 23.31 25.15 -
YUV 114.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 42 148 131 0.72 0 0.11 0.42 170.38 0.56 0.37
Hex 2A 94 83 48 0 B 2A AA 38 25
Octal 52 224 203 110 0 13 52 252 70 45
Binary 101010 10010100 10000011 1001000 0 1011 101010 10101010 111000 100101

Color Harmonies of #2A9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9483

Black with #2A9483

Text Example


Text Example

White with #2A9483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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