Html Css Color HEX #2D8983 Elm

📋 copy color: '#2D8983'

red 45 ◦ green 137 ◦ blue 131

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

Shades of Elm #2D8983

Tints of Elm #2D8983

RGB

 RED value IS 45 (17.97% from 255) = 14.38%

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

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

R = 14.38%
G = 43.77%
B = 41.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#2D8983 (or 0x2D8983) is known color: Elm. HEX triplet: 2D, 89 and 83. RGB value is (45,137,131). Sum of RGB (Red+Green+Blue) = 45+137+131=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8983 is #D2767C. Grayscale: #6C6C6C. Windows color (decimal): -13792893 or 8620333. OLE color: 8620333.

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

Color convert

RGB 45 137 131 -
CMYK 0.67 0 0.04 0.46
HSL 176.09º 0.51% 0.36% -
HSV(B) 176.09º 0.67% 0.54% -
XYZ 14.12 20.09 24.61 -
YUV 108.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 45 137 131 0.67 0 0.04 0.46 176.09 0.51 0.36
Hex 2D 89 83 43 0 4 2E B0 33 24
Octal 55 211 203 103 0 4 56 260 63 44
Binary 101101 10001001 10000011 1000011 0 100 101110 10110000 110011 100100

Color Harmonies of #2D8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8983

Black with #2D8983

Text Example


Text Example

White with #2D8983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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