Html Css Color HEX #288875 Elm

📋 copy color: '#288875'

red 40 ◦ green 136 ◦ blue 117

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

Shades of Elm #288875

Tints of Elm #288875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 13.65%
G = 46.42%
B = 39.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#288875 (or 0x288875) is known color: Elm. HEX triplet: 28, 88 and 75. RGB value is (40,136,117). Sum of RGB (Red+Green+Blue) = 40+136+117=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #288875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288875 is #D7778A. Grayscale: #696969. Windows color (decimal): -14120843 or 7702568. OLE color: 7702568.

HSL color Cylindrical-coordinate representation of color #288875: hue angle of 168.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288875 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 136 117 -
CMYK 0.71 0 0.14 0.47
HSL 168.13º 0.55% 0.35% -
HSV(B) 168.13º 0.71% 0.53% -
XYZ 12.89 19.34 19.88 -
YUV 105.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 40 136 117 0.71 0 0.14 0.47 168.13 0.55 0.35
Hex 28 88 75 47 0 E 2F A8 37 23
Octal 50 210 165 107 0 16 57 250 67 43
Binary 101000 10001000 1110101 1000111 0 1110 101111 10101000 110111 100011

Color Harmonies of #288875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288875

Black with #288875

Text Example


Text Example

White with #288875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288875; }

 p { color: rgb(40,136,117); }

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

background-color css

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

 a { background-color: rgb(40,136,117); }

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

border-color css

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

 span { border-color: rgb(40,136,117); }

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