Html Css Color HEX #2A837D Elm

📋 copy color: '#2A837D'

red 42 ◦ green 131 ◦ blue 125

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

Shades of Elm #2A837D

Tints of Elm #2A837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 14.09%
G = 43.96%
B = 41.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#2A837D (or 0x2A837D) is known color: Elm. HEX triplet: 2A, 83 and 7D. RGB value is (42,131,125). Sum of RGB (Red+Green+Blue) = 42+131+125=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #2A837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A837D is #D57C82. Grayscale: #676767. Windows color (decimal): -13991043 or 8225578. OLE color: 8225578.

HSL color Cylindrical-coordinate representation of color #2A837D: hue angle of 175.96º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A837D is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 131 125 -
CMYK 0.68 0 0.05 0.49
HSL 175.96º 0.51% 0.34% -
HSV(B) 175.96º 0.68% 0.51% -
XYZ 12.77 18.21 22.24 -
YUV 103.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 42 131 125 0.68 0 0.05 0.49 175.96 0.51 0.34
Hex 2A 83 7D 44 0 5 31 B0 33 22
Octal 52 203 175 104 0 5 61 260 63 42
Binary 101010 10000011 1111101 1000100 0 101 110001 10110000 110011 100010

Color Harmonies of #2A837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A837D

Black with #2A837D

Text Example


Text Example

White with #2A837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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