Html Css Color HEX #2A7874 Elm

📋 copy color: '#2A7874'

red 42 ◦ green 120 ◦ blue 116

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

Shades of Elm #2A7874

Tints of Elm #2A7874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 15.11%
G = 43.17%
B = 41.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#2A7874 (or 0x2A7874) is known color: Elm. HEX triplet: 2A, 78 and 74. RGB value is (42,120,116). Sum of RGB (Red+Green+Blue) = 42+120+116=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7874 is #D5878B. Grayscale: #606060. Windows color (decimal): -13993868 or 7632938. OLE color: 7632938.

HSL color Cylindrical-coordinate representation of color #2A7874: hue angle of 176.92º 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 #2A7874 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 120 116 -
CMYK 0.65 0 0.03 0.53
HSL 176.92º 0.48% 0.32% -
HSV(B) 176.92º 0.65% 0.47% -
XYZ 10.82 15.19 18.88 -
YUV 96.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 42 120 116 0.65 0 0.03 0.53 176.92 0.48 0.32
Hex 2A 78 74 41 0 3 35 B1 30 20
Octal 52 170 164 101 0 3 65 261 60 40
Binary 101010 1111000 1110100 1000001 0 11 110101 10110001 110000 100000

Color Harmonies of #2A7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7874

Black with #2A7874

Text Example


Text Example

White with #2A7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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