Html Css Color HEX #288078 Elm

📋 copy color: '#288078'

red 40 ◦ green 128 ◦ blue 120

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

Shades of Elm #288078

Tints of Elm #288078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 13.89%
G = 44.44%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#288078 (or 0x288078) is known color: Elm. HEX triplet: 28, 80 and 78. RGB value is (40,128,120). Sum of RGB (Red+Green+Blue) = 40+128+120=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #288078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288078 is #D77F87. Grayscale: #646464. Windows color (decimal): -14122888 or 7897128. OLE color: 7897128.

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

Color convert

RGB 40 128 120 -
CMYK 0.69 0 0.06 0.50
HSL 174.55º 0.52% 0.33% -
HSV(B) 174.55º 0.69% 0.5% -
XYZ 11.98 17.25 20.47 -
YUV 100.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 40 128 120 0.69 0 0.06 0.50 174.55 0.52 0.33
Hex 28 80 78 45 0 6 32 AF 34 21
Octal 50 200 170 105 0 6 62 257 64 41
Binary 101000 10000000 1111000 1000101 0 110 110010 10101111 110100 100001

Color Harmonies of #288078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288078

Black with #288078

Text Example


Text Example

White with #288078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288078; }

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

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

background-color css

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

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

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

border-color css

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

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

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