Html Css Color HEX #2A8983 Elm

📋 copy color: '#2A8983'

red 42 ◦ green 137 ◦ blue 131

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

Shades of Elm #2A8983

Tints of Elm #2A8983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 13.55%
G = 44.19%
B = 42.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#2A8983 (or 0x2A8983) is known color: Elm. HEX triplet: 2A, 89 and 83. RGB value is (42,137,131). Sum of RGB (Red+Green+Blue) = 42+137+131=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8983 is #D5767C. Grayscale: #6B6B6B. Windows color (decimal): -13989501 or 8620330. OLE color: 8620330.

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

Color convert

RGB 42 137 131 -
CMYK 0.69 0 0.04 0.46
HSL 176.21º 0.53% 0.35% -
HSV(B) 176.21º 0.69% 0.54% -
XYZ 14 20.02 24.6 -
YUV 107.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 42 137 131 0.69 0 0.04 0.46 176.21 0.53 0.35
Hex 2A 89 83 45 0 4 2E B0 35 23
Octal 52 211 203 105 0 4 56 260 65 43
Binary 101010 10001001 10000011 1000101 0 100 101110 10110000 110101 100011

Color Harmonies of #2A8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8983

Black with #2A8983

Text Example


Text Example

White with #2A8983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,137,131); }

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

background-color css

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

 a { background-color: rgb(42,137,131); }

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

border-color css

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

 span { border-color: rgb(42,137,131); }

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