Html Css Color HEX #287570 Elm

📋 copy color: '#287570'

red 40 ◦ green 117 ◦ blue 112

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

Shades of Elm #287570

Tints of Elm #287570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 14.87%
G = 43.49%
B = 41.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#287570 (or 0x287570) is known color: Elm. HEX triplet: 28, 75 and 70. RGB value is (40,117,112). Sum of RGB (Red+Green+Blue) = 40+117+112=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #287570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287570 is #D78A8F. Grayscale: #5D5D5D. Windows color (decimal): -14125712 or 7370024. OLE color: 7370024.

HSL color Cylindrical-coordinate representation of color #287570: hue angle of 176.1º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287570 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 112 -
CMYK 0.66 0 0.04 0.54
HSL 176.1º 0.49% 0.31% -
HSV(B) 176.1º 0.66% 0.46% -
XYZ 10.16 14.34 17.56 -
YUV 93.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 40 117 112 0.66 0 0.04 0.54 176.1 0.49 0.31
Hex 28 75 70 42 0 4 36 B0 31 1F
Octal 50 165 160 102 0 4 66 260 61 37
Binary 101000 1110101 1110000 1000010 0 100 110110 10110000 110001 11111

Color Harmonies of #287570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287570

Black with #287570

Text Example


Text Example

White with #287570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287570; }

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

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

background-color css

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

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

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

border-color css

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

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

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