Html Css Color HEX #288C84 Elm

📋 copy color: '#288C84'

red 40 ◦ green 140 ◦ blue 132

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

Shades of Elm #288C84

Tints of Elm #288C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 12.82%
G = 44.87%
B = 42.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#288C84 (or 0x288C84) is known color: Elm. HEX triplet: 28, 8C and 84. RGB value is (40,140,132). Sum of RGB (Red+Green+Blue) = 40+140+132=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #288C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C84 is #D7737B. Grayscale: #6D6D6D. Windows color (decimal): -14119804 or 8686632. OLE color: 8686632.

HSL color Cylindrical-coordinate representation of color #288C84: hue angle of 175.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C84 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 132 -
CMYK 0.71 0 0.06 0.45
HSL 175.2º 0.56% 0.35% -
HSV(B) 175.2º 0.71% 0.55% -
XYZ 14.42 20.87 25.1 -
YUV 109.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 40 140 132 0.71 0 0.06 0.45 175.2 0.56 0.35
Hex 28 8C 84 47 0 6 2D AF 38 23
Octal 50 214 204 107 0 6 55 257 70 43
Binary 101000 10001100 10000100 1000111 0 110 101101 10101111 111000 100011

Color Harmonies of #288C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C84

Black with #288C84

Text Example


Text Example

White with #288C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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