Html Css Color HEX #287A76 Elm

📋 copy color: '#287A76'

red 40 ◦ green 122 ◦ blue 118

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

Shades of Elm #287A76

Tints of Elm #287A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 14.29%
G = 43.57%
B = 42.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#287A76 (or 0x287A76) is known color: Elm. HEX triplet: 28, 7A and 76. RGB value is (40,122,118). Sum of RGB (Red+Green+Blue) = 40+122+118=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #287A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A76 is #D78589. Grayscale: #606060. Windows color (decimal): -14124426 or 7764520. OLE color: 7764520.

HSL color Cylindrical-coordinate representation of color #287A76: hue angle of 177.07º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A76 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 122 118 -
CMYK 0.67 0 0.03 0.52
HSL 177.07º 0.51% 0.32% -
HSV(B) 177.07º 0.67% 0.48% -
XYZ 11.1 15.68 19.58 -
YUV 97.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 40 122 118 0.67 0 0.03 0.52 177.07 0.51 0.32
Hex 28 7A 76 43 0 3 34 B1 33 20
Octal 50 172 166 103 0 3 64 261 63 40
Binary 101000 1111010 1110110 1000011 0 11 110100 10110001 110011 100000

Color Harmonies of #287A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287A76

Black with #287A76

Text Example


Text Example

White with #287A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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