Html Css Color HEX #288077 Elm

📋 copy color: '#288077'

red 40 ◦ green 128 ◦ blue 119

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

Shades of Elm #288077

Tints of Elm #288077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 13.94%
G = 44.6%
B = 41.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#288077 (or 0x288077) is known color: Elm. HEX triplet: 28, 80 and 77. RGB value is (40,128,119). Sum of RGB (Red+Green+Blue) = 40+128+119=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #288077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288077 is #D77F88. Grayscale: #646464. Windows color (decimal): -14122889 or 7831592. OLE color: 7831592.

HSL color Cylindrical-coordinate representation of color #288077: hue angle of 173.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288077 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 119 -
CMYK 0.69 0 0.07 0.50
HSL 173.86º 0.52% 0.33% -
HSV(B) 173.86º 0.69% 0.5% -
XYZ 11.92 17.22 20.15 -
YUV 100.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 40 128 119 0.69 0 0.07 0.50 173.86 0.52 0.33
Hex 28 80 77 45 0 7 32 AE 34 21
Octal 50 200 167 105 0 7 62 256 64 41
Binary 101000 10000000 1110111 1000101 0 111 110010 10101110 110100 100001

Color Harmonies of #288077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288077

Black with #288077

Text Example


Text Example

White with #288077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288077; }

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

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

background-color css

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

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

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

border-color css

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

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

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