Html Css Color HEX #2A8779 Elm

📋 copy color: '#2A8779'

red 42 ◦ green 135 ◦ blue 121

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

Shades of Elm #2A8779

Tints of Elm #2A8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 14.09%
G = 45.3%
B = 40.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#2A8779 (or 0x2A8779) is known color: Elm. HEX triplet: 2A, 87 and 79. RGB value is (42,135,121). Sum of RGB (Red+Green+Blue) = 42+135+121=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8779 is #D57886. Grayscale: #696969. Windows color (decimal): -13990023 or 7964458. OLE color: 7964458.

HSL color Cylindrical-coordinate representation of color #2A8779: hue angle of 170.97º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8779 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 135 121 -
CMYK 0.69 0 0.10 0.47
HSL 170.97º 0.53% 0.35% -
HSV(B) 170.97º 0.69% 0.53% -
XYZ 13.07 19.2 21.11 -
YUV 105.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 42 135 121 0.69 0 0.10 0.47 170.97 0.53 0.35
Hex 2A 87 79 45 0 A 2F AB 35 23
Octal 52 207 171 105 0 12 57 253 65 43
Binary 101010 10000111 1111001 1000101 0 1010 101111 10101011 110101 100011

Color Harmonies of #2A8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8779

Black with #2A8779

Text Example


Text Example

White with #2A8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,135,121); }

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

background-color css

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

 a { background-color: rgb(42,135,121); }

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

border-color css

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

 span { border-color: rgb(42,135,121); }

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