Html Css Color HEX #288174 Elm

📋 copy color: '#288174'

red 40 ◦ green 129 ◦ blue 116

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

Shades of Elm #288174

Tints of Elm #288174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 14.04%
G = 45.26%
B = 40.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#288174 (or 0x288174) is known color: Elm. HEX triplet: 28, 81 and 74. RGB value is (40,129,116). Sum of RGB (Red+Green+Blue) = 40+129+116=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #288174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288174 is #D77E8B. Grayscale: #646464. Windows color (decimal): -14122636 or 7635240. OLE color: 7635240.

HSL color Cylindrical-coordinate representation of color #288174: hue angle of 171.24º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288174 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 116 -
CMYK 0.69 0 0.10 0.49
HSL 171.24º 0.53% 0.33% -
HSV(B) 171.24º 0.69% 0.51% -
XYZ 11.88 17.41 19.26 -
YUV 100.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 40 129 116 0.69 0 0.10 0.49 171.24 0.53 0.33
Hex 28 81 74 45 0 A 31 AB 35 21
Octal 50 201 164 105 0 12 61 253 65 41
Binary 101000 10000001 1110100 1000101 0 1010 110001 10101011 110101 100001

Color Harmonies of #288174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288174

Black with #288174

Text Example


Text Example

White with #288174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288174; }

 p { color: rgb(40,129,116); }

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

background-color css

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

 a { background-color: rgb(40,129,116); }

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

border-color css

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

 span { border-color: rgb(40,129,116); }

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