Html Css Color HEX #289882 Gossamer

📋 copy color: '#289882'

red 40 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #289882

Tints of Gossamer #289882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

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

R = 12.42%
G = 47.2%
B = 40.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#289882 (or 0x289882) is known color: Gossamer. HEX triplet: 28, 98 and 82. RGB value is (40,152,130). Sum of RGB (Red+Green+Blue) = 40+152+130=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #289882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289882 is #D7677D. Grayscale: #737373. Windows color (decimal): -14116734 or 8558632. OLE color: 8558632.

HSL color Cylindrical-coordinate representation of color #289882: hue angle of 168.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289882 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 130 -
CMYK 0.74 0 0.14 0.40
HSL 168.21º 0.58% 0.38% -
HSV(B) 168.21º 0.74% 0.6% -
XYZ 16.13 24.52 25 -
YUV 116 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 40 152 130 0.74 0 0.14 0.40 168.21 0.58 0.38
Hex 28 98 82 4A 0 E 28 A8 3A 26
Octal 50 230 202 112 0 16 50 250 72 46
Binary 101000 10011000 10000010 1001010 0 1110 101000 10101000 111010 100110

Color Harmonies of #289882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289882

Black with #289882

Text Example


Text Example

White with #289882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289882; }

 p { color: rgb(40,152,130); }

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

background-color css

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

 a { background-color: rgb(40,152,130); }

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

border-color css

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

 span { border-color: rgb(40,152,130); }

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