Html Css Color HEX #288079 Elm

📋 copy color: '#288079'

red 40 ◦ green 128 ◦ blue 121

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

Shades of Elm #288079

Tints of Elm #288079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 13.84%
G = 44.29%
B = 41.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#288079 (or 0x288079) is known color: Elm. HEX triplet: 28, 80 and 79. RGB value is (40,128,121). Sum of RGB (Red+Green+Blue) = 40+128+121=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #288079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288079 is #D77F86. Grayscale: #646464. Windows color (decimal): -14122887 or 7962664. OLE color: 7962664.

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

Color convert

RGB 40 128 121 -
CMYK 0.69 0 0.05 0.50
HSL 175.23º 0.52% 0.33% -
HSV(B) 175.23º 0.69% 0.5% -
XYZ 12.05 17.27 20.79 -
YUV 100.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 40 128 121 0.69 0 0.05 0.50 175.23 0.52 0.33
Hex 28 80 79 45 0 5 32 AF 34 21
Octal 50 200 171 105 0 5 62 257 64 41
Binary 101000 10000000 1111001 1000101 0 101 110010 10101111 110100 100001

Color Harmonies of #288079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288079

Black with #288079

Text Example


Text Example

White with #288079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288079; }

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

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

background-color css

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

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

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

border-color css

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

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

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