Html Css Color HEX #288D83 Elm

📋 copy color: '#288D83'

red 40 ◦ green 141 ◦ blue 131

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

Shades of Elm #288D83

Tints of Elm #288D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 12.82%
G = 45.19%
B = 41.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#288D83 (or 0x288D83) is known color: Elm. HEX triplet: 28, 8D and 83. RGB value is (40,141,131). Sum of RGB (Red+Green+Blue) = 40+141+131=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #288D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D83 is #D7727C. Grayscale: #6D6D6D. Windows color (decimal): -14119549 or 8621352. OLE color: 8621352.

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

Color convert

RGB 40 141 131 -
CMYK 0.72 0 0.07 0.45
HSL 174.06º 0.56% 0.35% -
HSV(B) 174.06º 0.72% 0.55% -
XYZ 14.5 21.14 24.79 -
YUV 109.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 40 141 131 0.72 0 0.07 0.45 174.06 0.56 0.35
Hex 28 8D 83 48 0 7 2D AE 38 23
Octal 50 215 203 110 0 7 55 256 70 43
Binary 101000 10001101 10000011 1001000 0 111 101101 10101110 111000 100011

Color Harmonies of #288D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D83

Black with #288D83

Text Example


Text Example

White with #288D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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