Html Css Color HEX #2D827D Elm

📋 copy color: '#2D827D'

red 45 ◦ green 130 ◦ blue 125

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

Shades of Elm #2D827D

Tints of Elm #2D827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 15%
G = 43.33%
B = 41.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#2D827D (or 0x2D827D) is known color: Elm. HEX triplet: 2D, 82 and 7D. RGB value is (45,130,125). Sum of RGB (Red+Green+Blue) = 45+130+125=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #2D827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D827D is #D27D82. Grayscale: #676767. Windows color (decimal): -13794691 or 8225325. OLE color: 8225325.

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

Color convert

RGB 45 130 125 -
CMYK 0.65 0 0.04 0.49
HSL 176.47º 0.49% 0.34% -
HSV(B) 176.47º 0.65% 0.51% -
XYZ 12.77 18 22.2 -
YUV 104.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 45 130 125 0.65 0 0.04 0.49 176.47 0.49 0.34
Hex 2D 82 7D 41 0 4 31 B0 31 22
Octal 55 202 175 101 0 4 61 260 61 42
Binary 101101 10000010 1111101 1000001 0 100 110001 10110000 110001 100010

Color Harmonies of #2D827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D827D

Black with #2D827D

Text Example


Text Example

White with #2D827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,130,125); }

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

background-color css

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

 a { background-color: rgb(45,130,125); }

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

border-color css

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

 span { border-color: rgb(45,130,125); }

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