Html Css Color HEX #287A72 Elm

📋 copy color: '#287A72'

red 40 ◦ green 122 ◦ blue 114

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

Shades of Elm #287A72

Tints of Elm #287A72

RGB

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

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

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

R = 14.49%
G = 44.2%
B = 41.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#287A72 (or 0x287A72) is known color: Elm. HEX triplet: 28, 7A and 72. RGB value is (40,122,114). Sum of RGB (Red+Green+Blue) = 40+122+114=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #287A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A72 is #D7858D. Grayscale: #606060. Windows color (decimal): -14124430 or 7502376. OLE color: 7502376.

HSL color Cylindrical-coordinate representation of color #287A72: hue angle of 174.15º 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 #287A72 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 122 114 -
CMYK 0.67 0 0.07 0.52
HSL 174.15º 0.51% 0.32% -
HSV(B) 174.15º 0.67% 0.48% -
XYZ 10.87 15.59 18.35 -
YUV 96.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 40 122 114 0.67 0 0.07 0.52 174.15 0.51 0.32
Hex 28 7A 72 43 0 7 34 AE 33 20
Octal 50 172 162 103 0 7 64 256 63 40
Binary 101000 1111010 1110010 1000011 0 111 110100 10101110 110011 100000

Color Harmonies of #287A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287A72

Black with #287A72

Text Example


Text Example

White with #287A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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