Html Css Color HEX #288F7C Elm

📋 copy color: '#288F7C'

red 40 ◦ green 143 ◦ blue 124

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

Shades of Elm #288F7C

Tints of Elm #288F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.58%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 13.03%
G = 46.58%
B = 40.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#288F7C (or 0x288F7C) is known color: Elm. HEX triplet: 28, 8F and 7C. RGB value is (40,143,124). Sum of RGB (Red+Green+Blue) = 40+143+124=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #288F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F7C is #D77083. Grayscale: #6E6E6E. Windows color (decimal): -14119044 or 8163112. OLE color: 8163112.

HSL color Cylindrical-coordinate representation of color #288F7C: hue angle of 168.93º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F7C is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 124 -
CMYK 0.72 0 0.13 0.44
HSL 168.93º 0.56% 0.36% -
HSV(B) 168.93º 0.72% 0.56% -
XYZ 14.34 21.55 22.47 -
YUV 110.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 40 143 124 0.72 0 0.13 0.44 168.93 0.56 0.36
Hex 28 8F 7C 48 0 D 2C A9 38 24
Octal 50 217 174 110 0 15 54 251 70 44
Binary 101000 10001111 1111100 1001000 0 1101 101100 10101001 111000 100100

Color Harmonies of #288F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F7C

Black with #288F7C

Text Example


Text Example

White with #288F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288F7C; }

 p { color: rgb(40,143,124); }

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

background-color css

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

 a { background-color: rgb(40,143,124); }

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

border-color css

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

 span { border-color: rgb(40,143,124); }

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