Html Css Color HEX #289082 Gossamer

📋 copy color: '#289082'

red 40 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #289082

Tints of Gossamer #289082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

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

R = 12.74%
G = 45.86%
B = 41.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#289082 (or 0x289082) is known color: Gossamer. HEX triplet: 28, 90 and 82. RGB value is (40,144,130). Sum of RGB (Red+Green+Blue) = 40+144+130=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #289082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289082 is #D76F7D. Grayscale: #6F6F6F. Windows color (decimal): -14118782 or 8556584. OLE color: 8556584.

HSL color Cylindrical-coordinate representation of color #289082: hue angle of 171.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289082 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 144 130 -
CMYK 0.72 0 0.10 0.44
HSL 171.92º 0.57% 0.36% -
HSV(B) 171.92º 0.72% 0.56% -
XYZ 14.88 22.01 24.58 -
YUV 111.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 40 144 130 0.72 0 0.10 0.44 171.92 0.57 0.36
Hex 28 90 82 48 0 A 2C AC 39 24
Octal 50 220 202 110 0 12 54 254 71 44
Binary 101000 10010000 10000010 1001000 0 1010 101100 10101100 111001 100100

Color Harmonies of #289082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289082

Black with #289082

Text Example


Text Example

White with #289082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289082; }

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

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

background-color css

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

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

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

border-color css

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

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

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