Html Css Color HEX #288B85 Elm

📋 copy color: '#288B85'

red 40 ◦ green 139 ◦ blue 133

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

Shades of Elm #288B85

Tints of Elm #288B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 12.82%
G = 44.55%
B = 42.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#288B85 (or 0x288B85) is known color: Elm. HEX triplet: 28, 8B and 85. RGB value is (40,139,133). Sum of RGB (Red+Green+Blue) = 40+139+133=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #288B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B85 is #D7747A. Grayscale: #6C6C6C. Windows color (decimal): -14120059 or 8751912. OLE color: 8751912.

HSL color Cylindrical-coordinate representation of color #288B85: hue angle of 176.36º degrees, saturation: 0.55, 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 #288B85 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 139 133 -
CMYK 0.71 0 0.04 0.45
HSL 176.36º 0.55% 0.35% -
HSV(B) 176.36º 0.71% 0.55% -
XYZ 14.34 20.61 25.41 -
YUV 108.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 40 139 133 0.71 0 0.04 0.45 176.36 0.55 0.35
Hex 28 8B 85 47 0 4 2D B0 37 23
Octal 50 213 205 107 0 4 55 260 67 43
Binary 101000 10001011 10000101 1000111 0 100 101101 10110000 110111 100011

Color Harmonies of #288B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B85

Black with #288B85

Text Example


Text Example

White with #288B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,133); }

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

background-color css

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

 a { background-color: rgb(40,139,133); }

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

border-color css

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

 span { border-color: rgb(40,139,133); }

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