Html Css Color HEX #288375 Elm

📋 copy color: '#288375'

red 40 ◦ green 131 ◦ blue 117

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

Shades of Elm #288375

Tints of Elm #288375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 13.89%
G = 45.49%
B = 40.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#288375 (or 0x288375) is known color: Elm. HEX triplet: 28, 83 and 75. RGB value is (40,131,117). Sum of RGB (Red+Green+Blue) = 40+131+117=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #288375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288375 is #D77C8A. Grayscale: #666666. Windows color (decimal): -14122123 or 7701288. OLE color: 7701288.

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

Color convert

RGB 40 131 117 -
CMYK 0.69 0 0.11 0.49
HSL 170.77º 0.53% 0.34% -
HSV(B) 170.77º 0.69% 0.51% -
XYZ 12.2 17.97 19.65 -
YUV 102.2 136.35 83.64 -
System Red Green Blue C M Y K H S L
Decimal 40 131 117 0.69 0 0.11 0.49 170.77 0.53 0.34
Hex 28 83 75 45 0 B 31 AB 35 22
Octal 50 203 165 105 0 13 61 253 65 42
Binary 101000 10000011 1110101 1000101 0 1011 110001 10101011 110101 100010

Color Harmonies of #288375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288375

Black with #288375

Text Example


Text Example

White with #288375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288375; }

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

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

background-color css

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

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

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

border-color css

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

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

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