Html Css Color HEX #288074 Elm

📋 copy color: '#288074'

red 40 ◦ green 128 ◦ blue 116

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

Shades of Elm #288074

Tints of Elm #288074

RGB

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

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

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

R = 14.08%
G = 45.07%
B = 40.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#288074 (or 0x288074) is known color: Elm. HEX triplet: 28, 80 and 74. RGB value is (40,128,116). Sum of RGB (Red+Green+Blue) = 40+128+116=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #288074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288074 is #D77F8B. Grayscale: #646464. Windows color (decimal): -14122892 or 7634984. OLE color: 7634984.

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

Color convert

RGB 40 128 116 -
CMYK 0.69 0 0.09 0.50
HSL 171.82º 0.52% 0.33% -
HSV(B) 171.82º 0.69% 0.5% -
XYZ 11.75 17.15 19.21 -
YUV 100.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 40 128 116 0.69 0 0.09 0.50 171.82 0.52 0.33
Hex 28 80 74 45 0 9 32 AC 34 21
Octal 50 200 164 105 0 11 62 254 64 41
Binary 101000 10000000 1110100 1000101 0 1001 110010 10101100 110100 100001

Color Harmonies of #288074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288074

Black with #288074

Text Example


Text Example

White with #288074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288074; }

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

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

background-color css

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

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

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

border-color css

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

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

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