Html Css Color HEX #287270 Elm

📋 copy color: '#287270'

red 40 ◦ green 114 ◦ blue 112

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

Shades of Elm #287270

Tints of Elm #287270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 15.04%
G = 42.86%
B = 42.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#287270 (or 0x287270) is known color: Elm. HEX triplet: 28, 72 and 70. RGB value is (40,114,112). Sum of RGB (Red+Green+Blue) = 40+114+112=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #287270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287270 is #D78D8F. Grayscale: #5B5B5B. Windows color (decimal): -14126480 or 7369256. OLE color: 7369256.

HSL color Cylindrical-coordinate representation of color #287270: hue angle of 178.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287270 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 112 -
CMYK 0.65 0 0.02 0.55
HSL 178.38º 0.48% 0.3% -
HSV(B) 178.38º 0.65% 0.45% -
XYZ 9.82 13.66 17.45 -
YUV 91.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 40 114 112 0.65 0 0.02 0.55 178.38 0.48 0.3
Hex 28 72 70 41 0 2 37 B2 30 1E
Octal 50 162 160 101 0 2 67 262 60 36
Binary 101000 1110010 1110000 1000001 0 10 110111 10110010 110000 11110

Color Harmonies of #287270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287270

Black with #287270

Text Example


Text Example

White with #287270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287270; }

 p { color: rgb(40,114,112); }

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

background-color css

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

 a { background-color: rgb(40,114,112); }

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

border-color css

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

 span { border-color: rgb(40,114,112); }

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