Html Css Color HEX #288475 Elm

📋 copy color: '#288475'

red 40 ◦ green 132 ◦ blue 117

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

Shades of Elm #288475

Tints of Elm #288475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 13.84%
G = 45.67%
B = 40.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#288475 (or 0x288475) is known color: Elm. HEX triplet: 28, 84 and 75. RGB value is (40,132,117). Sum of RGB (Red+Green+Blue) = 40+132+117=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #288475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288475 is #D77B8A. Grayscale: #666666. Windows color (decimal): -14121867 or 7701544. OLE color: 7701544.

HSL color Cylindrical-coordinate representation of color #288475: hue angle of 170.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288475 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 117 -
CMYK 0.70 0 0.11 0.48
HSL 170.22º 0.53% 0.34% -
HSV(B) 170.22º 0.7% 0.52% -
XYZ 12.34 18.24 19.7 -
YUV 102.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 40 132 117 0.70 0 0.11 0.48 170.22 0.53 0.34
Hex 28 84 75 46 0 B 30 AA 35 22
Octal 50 204 165 106 0 13 60 252 65 42
Binary 101000 10000100 1110101 1000110 0 1011 110000 10101010 110101 100010

Color Harmonies of #288475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288475

Black with #288475

Text Example


Text Example

White with #288475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288475; }

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

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

background-color css

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

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

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

border-color css

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

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

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