Html Css Color HEX #287670 Elm

📋 copy color: '#287670'

red 40 ◦ green 118 ◦ blue 112

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

Shades of Elm #287670

Tints of Elm #287670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 14.81%
G = 43.7%
B = 41.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#287670 (or 0x287670) is known color: Elm. HEX triplet: 28, 76 and 70. RGB value is (40,118,112). Sum of RGB (Red+Green+Blue) = 40+118+112=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #287670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287670 is #D7898F. Grayscale: #5D5D5D. Windows color (decimal): -14125456 or 7370280. OLE color: 7370280.

HSL color Cylindrical-coordinate representation of color #287670: hue angle of 175.38º 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 #287670 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 112 -
CMYK 0.66 0 0.05 0.54
HSL 175.38º 0.49% 0.31% -
HSV(B) 175.38º 0.66% 0.46% -
XYZ 10.28 14.58 17.6 -
YUV 93.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 40 118 112 0.66 0 0.05 0.54 175.38 0.49 0.31
Hex 28 76 70 42 0 5 36 AF 31 1F
Octal 50 166 160 102 0 5 66 257 61 37
Binary 101000 1110110 1110000 1000010 0 101 110110 10101111 110001 11111

Color Harmonies of #287670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287670

Black with #287670

Text Example


Text Example

White with #287670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287670; }

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

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

background-color css

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

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

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

border-color css

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

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

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