Html Css Color HEX #288273 Elm

📋 copy color: '#288273'

red 40 ◦ green 130 ◦ blue 115

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

Shades of Elm #288273

Tints of Elm #288273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 14.04%
G = 45.61%
B = 40.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#288273 (or 0x288273) is known color: Elm. HEX triplet: 28, 82 and 73. RGB value is (40,130,115). Sum of RGB (Red+Green+Blue) = 40+130+115=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #288273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288273 is #D77D8C. Grayscale: #656565. Windows color (decimal): -14122381 or 7569960. OLE color: 7569960.

HSL color Cylindrical-coordinate representation of color #288273: hue angle of 170º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288273 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 115 -
CMYK 0.69 0 0.12 0.49
HSL 170º 0.53% 0.33% -
HSV(B) 170º 0.69% 0.51% -
XYZ 11.95 17.65 19 -
YUV 101.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 40 130 115 0.69 0 0.12 0.49 170 0.53 0.33
Hex 28 82 73 45 0 C 31 AA 35 21
Octal 50 202 163 105 0 14 61 252 65 41
Binary 101000 10000010 1110011 1000101 0 1100 110001 10101010 110101 100001

Color Harmonies of #288273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288273

Black with #288273

Text Example


Text Example

White with #288273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288273; }

 p { color: rgb(40,130,115); }

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

background-color css

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

 a { background-color: rgb(40,130,115); }

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

border-color css

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

 span { border-color: rgb(40,130,115); }

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