Html Css Color HEX #289281 Gossamer

📋 copy color: '#289281'

red 40 ◦ green 146 ◦ blue 129

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

Shades of Gossamer #289281

Tints of Gossamer #289281

RGB

 RED value IS 40 (16.02% from 255) = 12.7%

 GREEN value IS 146 (57.42% from 255) = 46.35%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 12.7%
G = 46.35%
B = 40.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#289281 (or 0x289281) is known color: Gossamer. HEX triplet: 28, 92 and 81. RGB value is (40,146,129). Sum of RGB (Red+Green+Blue) = 40+146+129=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #289281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289281 is #D76D7E. Grayscale: #707070. Windows color (decimal): -14118271 or 8491560. OLE color: 8491560.

HSL color Cylindrical-coordinate representation of color #289281: hue angle of 170.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289281 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 146 129 -
CMYK 0.73 0 0.12 0.43
HSL 170.38º 0.57% 0.36% -
HSV(B) 170.38º 0.73% 0.57% -
XYZ 15.12 22.59 24.33 -
YUV 112.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 40 146 129 0.73 0 0.12 0.43 170.38 0.57 0.36
Hex 28 92 81 49 0 C 2B AA 39 24
Octal 50 222 201 111 0 14 53 252 71 44
Binary 101000 10010010 10000001 1001001 0 1100 101011 10101010 111001 100100

Color Harmonies of #289281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289281

Black with #289281

Text Example


Text Example

White with #289281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289281; }

 p { color: rgb(40,146,129); }

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

background-color css

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

 a { background-color: rgb(40,146,129); }

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

border-color css

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

 span { border-color: rgb(40,146,129); }

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