Html Css Color HEX #287872 Elm

📋 copy color: '#287872'

red 40 ◦ green 120 ◦ blue 114

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

Shades of Elm #287872

Tints of Elm #287872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 14.6%
G = 43.8%
B = 41.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#287872 (or 0x287872) is known color: Elm. HEX triplet: 28, 78 and 72. RGB value is (40,120,114). Sum of RGB (Red+Green+Blue) = 40+120+114=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #287872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287872 is #D7878D. Grayscale: #5F5F5F. Windows color (decimal): -14124942 or 7501864. OLE color: 7501864.

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

Color convert

RGB 40 120 114 -
CMYK 0.67 0 0.05 0.53
HSL 175.5º 0.5% 0.31% -
HSV(B) 175.5º 0.67% 0.47% -
XYZ 10.63 15.1 18.27 -
YUV 95.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 40 120 114 0.67 0 0.05 0.53 175.5 0.5 0.31
Hex 28 78 72 43 0 5 35 B0 32 1F
Octal 50 170 162 103 0 5 65 260 62 37
Binary 101000 1111000 1110010 1000011 0 101 110101 10110000 110010 11111

Color Harmonies of #287872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287872

Black with #287872

Text Example


Text Example

White with #287872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287872; }

 p { color: rgb(40,120,114); }

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

background-color css

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

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

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

border-color css

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

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

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