Html Css Color HEX #288374 Elm

📋 copy color: '#288374'

red 40 ◦ green 131 ◦ blue 116

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

Shades of Elm #288374

Tints of Elm #288374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

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

R = 13.94%
G = 45.64%
B = 40.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#288374 (or 0x288374) is known color: Elm. HEX triplet: 28, 83 and 74. RGB value is (40,131,116). Sum of RGB (Red+Green+Blue) = 40+131+116=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #288374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288374 is #D77C8B. Grayscale: #666666. Windows color (decimal): -14122124 or 7635752. OLE color: 7635752.

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

Color convert

RGB 40 131 116 -
CMYK 0.69 0 0.11 0.49
HSL 170.11º 0.53% 0.34% -
HSV(B) 170.11º 0.69% 0.51% -
XYZ 12.14 17.94 19.35 -
YUV 102.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 40 131 116 0.69 0 0.11 0.49 170.11 0.53 0.34
Hex 28 83 74 45 0 B 31 AA 35 22
Octal 50 203 164 105 0 13 61 252 65 42
Binary 101000 10000011 1110100 1000101 0 1011 110001 10101010 110101 100010

Color Harmonies of #288374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288374

Black with #288374

Text Example


Text Example

White with #288374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288374; }

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

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

background-color css

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

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

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

border-color css

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

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

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