Html Css Color HEX #288071 Elm

📋 copy color: '#288071'

red 40 ◦ green 128 ◦ blue 113

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

Shades of Elm #288071

Tints of Elm #288071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 14.23%
G = 45.55%
B = 40.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#288071 (or 0x288071) is known color: Elm. HEX triplet: 28, 80 and 71. RGB value is (40,128,113). Sum of RGB (Red+Green+Blue) = 40+128+113=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #288071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288071 is #D77F8E. Grayscale: #636363. Windows color (decimal): -14122895 or 7438376. OLE color: 7438376.

HSL color Cylindrical-coordinate representation of color #288071: hue angle of 169.77º 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 #288071 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 113 -
CMYK 0.69 0 0.12 0.50
HSL 169.77º 0.52% 0.33% -
HSV(B) 169.77º 0.69% 0.5% -
XYZ 11.57 17.08 18.31 -
YUV 99.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 40 128 113 0.69 0 0.12 0.50 169.77 0.52 0.33
Hex 28 80 71 45 0 C 32 AA 34 21
Octal 50 200 161 105 0 14 62 252 64 41
Binary 101000 10000000 1110001 1000101 0 1100 110010 10101010 110100 100001

Color Harmonies of #288071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288071

Black with #288071

Text Example


Text Example

White with #288071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288071; }

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

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

background-color css

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

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

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

border-color css

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

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

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