Html Css Color HEX #289080 Elm

📋 copy color: '#289080'

red 40 ◦ green 144 ◦ blue 128

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

Shades of Elm #289080

Tints of Elm #289080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 12.82%
G = 46.15%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#289080 (or 0x289080) is known color: Elm. HEX triplet: 28, 90 and 80. RGB value is (40,144,128). Sum of RGB (Red+Green+Blue) = 40+144+128=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #289080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289080 is #D76F7F. Grayscale: #6F6F6F. Windows color (decimal): -14118784 or 8425512. OLE color: 8425512.

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

Color convert

RGB 40 144 128 -
CMYK 0.72 0 0.11 0.44
HSL 170.77º 0.57% 0.36% -
HSV(B) 170.77º 0.72% 0.56% -
XYZ 14.74 21.96 23.88 -
YUV 111.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 40 144 128 0.72 0 0.11 0.44 170.77 0.57 0.36
Hex 28 90 80 48 0 B 2C AB 39 24
Octal 50 220 200 110 0 13 54 253 71 44
Binary 101000 10010000 10000000 1001000 0 1011 101100 10101011 111001 100100

Color Harmonies of #289080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289080

Black with #289080

Text Example


Text Example

White with #289080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289080; }

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

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

background-color css

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

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

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

border-color css

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

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

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