Html Css Color HEX #287770 Elm

📋 copy color: '#287770'

red 40 ◦ green 119 ◦ blue 112

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

Shades of Elm #287770

Tints of Elm #287770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 14.76%
G = 43.91%
B = 41.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#287770 (or 0x287770) is known color: Elm. HEX triplet: 28, 77 and 70. RGB value is (40,119,112). Sum of RGB (Red+Green+Blue) = 40+119+112=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #287770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287770 is #D7888F. Grayscale: #5E5E5E. Windows color (decimal): -14125200 or 7370536. OLE color: 7370536.

HSL color Cylindrical-coordinate representation of color #287770: hue angle of 174.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287770 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 112 -
CMYK 0.66 0 0.06 0.53
HSL 174.68º 0.5% 0.31% -
HSV(B) 174.68º 0.66% 0.47% -
XYZ 10.4 14.81 17.64 -
YUV 94.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 40 119 112 0.66 0 0.06 0.53 174.68 0.5 0.31
Hex 28 77 70 42 0 6 35 AF 32 1F
Octal 50 167 160 102 0 6 65 257 62 37
Binary 101000 1110111 1110000 1000010 0 110 110101 10101111 110010 11111

Color Harmonies of #287770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287770

Black with #287770

Text Example


Text Example

White with #287770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287770; }

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

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

background-color css

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

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

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

border-color css

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

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

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