Html Css Color HEX #288F7D Elm

📋 copy color: '#288F7D'

red 40 ◦ green 143 ◦ blue 125

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

Shades of Elm #288F7D

Tints of Elm #288F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 12.99%
G = 46.43%
B = 40.58%

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

#288F7D (or 0x288F7D) is known color: Elm. HEX triplet: 28, 8F and 7D. RGB value is (40,143,125). Sum of RGB (Red+Green+Blue) = 40+143+125=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #288F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F7D is #D77082. Grayscale: #6E6E6E. Windows color (decimal): -14119043 or 8228648. OLE color: 8228648.

HSL color Cylindrical-coordinate representation of color #288F7D: hue angle of 169.51º 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 #288F7D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 125 -
CMYK 0.72 0 0.13 0.44
HSL 169.51º 0.56% 0.36% -
HSV(B) 169.51º 0.72% 0.56% -
XYZ 14.4 21.58 22.81 -
YUV 110.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 40 143 125 0.72 0 0.13 0.44 169.51 0.56 0.36
Hex 28 8F 7D 48 0 D 2C AA 38 24
Octal 50 217 175 110 0 15 54 252 70 44
Binary 101000 10001111 1111101 1001000 0 1101 101100 10101010 111000 100100

Color Harmonies of #288F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F7D

Black with #288F7D

Text Example


Text Example

White with #288F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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