Html Css Color HEX #288175 Elm

📋 copy color: '#288175'

red 40 ◦ green 129 ◦ blue 117

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

Shades of Elm #288175

Tints of Elm #288175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.1%

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

R = 13.99%
G = 45.1%
B = 40.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#288175 (or 0x288175) is known color: Elm. HEX triplet: 28, 81 and 75. RGB value is (40,129,117). Sum of RGB (Red+Green+Blue) = 40+129+117=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #288175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288175 is #D77E8A. Grayscale: #646464. Windows color (decimal): -14122635 or 7700776. OLE color: 7700776.

HSL color Cylindrical-coordinate representation of color #288175: hue angle of 171.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288175 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 117 -
CMYK 0.69 0 0.09 0.49
HSL 171.91º 0.53% 0.33% -
HSV(B) 171.91º 0.69% 0.51% -
XYZ 11.94 17.44 19.57 -
YUV 101.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 40 129 117 0.69 0 0.09 0.49 171.91 0.53 0.33
Hex 28 81 75 45 0 9 31 AC 35 21
Octal 50 201 165 105 0 11 61 254 65 41
Binary 101000 10000001 1110101 1000101 0 1001 110001 10101100 110101 100001

Color Harmonies of #288175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288175

Black with #288175

Text Example


Text Example

White with #288175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288175; }

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

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

background-color css

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

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

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

border-color css

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

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

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