Html Css Color HEX #2A7D78 Elm

📋 copy color: '#2A7D78'

red 42 ◦ green 125 ◦ blue 120

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

Shades of Elm #2A7D78

Tints of Elm #2A7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.55%

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 14.63%
G = 43.55%
B = 41.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#2A7D78 (or 0x2A7D78) is known color: Elm. HEX triplet: 2A, 7D and 78. RGB value is (42,125,120). Sum of RGB (Red+Green+Blue) = 42+125+120=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D78 is #D58287. Grayscale: #636363. Windows color (decimal): -13992584 or 7896362. OLE color: 7896362.

HSL color Cylindrical-coordinate representation of color #2A7D78: hue angle of 176.39º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7D78 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 125 120 -
CMYK 0.66 0 0.04 0.51
HSL 176.39º 0.5% 0.33% -
HSV(B) 176.39º 0.66% 0.49% -
XYZ 11.68 16.52 20.34 -
YUV 99.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 42 125 120 0.66 0 0.04 0.51 176.39 0.5 0.33
Hex 2A 7D 78 42 0 4 33 B0 32 21
Octal 52 175 170 102 0 4 63 260 62 41
Binary 101010 1111101 1111000 1000010 0 100 110011 10110000 110010 100001

Color Harmonies of #2A7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7D78

Black with #2A7D78

Text Example


Text Example

White with #2A7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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