Html Css Color HEX #287070 Elm

📋 copy color: '#287070'

red 40 ◦ green 112 ◦ blue 112

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

Shades of Elm #287070

Tints of Elm #287070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 15.15%
G = 42.42%
B = 42.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#287070 (or 0x287070) is known color: Elm. HEX triplet: 28, 70 and 70. RGB value is (40,112,112). Sum of RGB (Red+Green+Blue) = 40+112+112=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #287070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287070 is #D78F8F. Grayscale: #5A5A5A. Windows color (decimal): -14126992 or 7368744. OLE color: 7368744.

HSL color Cylindrical-coordinate representation of color #287070: hue angle of 180º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287070 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 112 -
CMYK 0.64 0 0 0.56
HSL 180º 0.47% 0.3% -
HSV(B) 180º 0.64% 0.44% -
XYZ 9.59 13.21 17.37 -
YUV 90.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 40 112 112 0.64 0 0 0.56 180 0.47 0.3
Hex 28 70 70 40 0 0 38 B4 2F 1E
Octal 50 160 160 100 0 0 70 264 57 36
Binary 101000 1110000 1110000 1000000 0 0 111000 10110100 101111 11110

Color Harmonies of #287070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287070

Black with #287070

Text Example


Text Example

White with #287070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287070; }

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

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

background-color css

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

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

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

border-color css

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

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

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