Html Css Color HEX #2A7873 Elm

📋 copy color: '#2A7873'

red 42 ◦ green 120 ◦ blue 115

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

Shades of Elm #2A7873

Tints of Elm #2A7873

RGB

 RED value IS 42 (16.8% from 255) = 15.16%

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 15.16%
G = 43.32%
B = 41.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#2A7873 (or 0x2A7873) is known color: Elm. HEX triplet: 2A, 78 and 73. RGB value is (42,120,115). Sum of RGB (Red+Green+Blue) = 42+120+115=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7873 is #D5878C. Grayscale: #606060. Windows color (decimal): -13993869 or 7567402. OLE color: 7567402.

HSL color Cylindrical-coordinate representation of color #2A7873: hue angle of 176.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7873 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 120 115 -
CMYK 0.65 0 0.04 0.53
HSL 176.15º 0.48% 0.32% -
HSV(B) 176.15º 0.65% 0.47% -
XYZ 10.77 15.16 18.58 -
YUV 96.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 42 120 115 0.65 0 0.04 0.53 176.15 0.48 0.32
Hex 2A 78 73 41 0 4 35 B0 30 20
Octal 52 170 163 101 0 4 65 260 60 40
Binary 101010 1111000 1110011 1000001 0 100 110101 10110000 110000 100000

Color Harmonies of #2A7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7873

Black with #2A7873

Text Example


Text Example

White with #2A7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7873; }

 p { color: rgb(42,120,115); }

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

background-color css

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

 a { background-color: rgb(42,120,115); }

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

border-color css

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

 span { border-color: rgb(42,120,115); }

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