Html Css Color HEX #2D887D Elm

📋 copy color: '#2D887D'

red 45 ◦ green 136 ◦ blue 125

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

Shades of Elm #2D887D

Tints of Elm #2D887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 14.71%
G = 44.44%
B = 40.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#2D887D (or 0x2D887D) is known color: Elm. HEX triplet: 2D, 88 and 7D. RGB value is (45,136,125). Sum of RGB (Red+Green+Blue) = 45+136+125=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #2D887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D887D is #D27782. Grayscale: #6B6B6B. Windows color (decimal): -13793155 or 8226861. OLE color: 8226861.

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

Color convert

RGB 45 136 125 -
CMYK 0.67 0 0.08 0.47
HSL 172.75º 0.5% 0.35% -
HSV(B) 172.75º 0.67% 0.53% -
XYZ 13.59 19.65 22.48 -
YUV 107.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 45 136 125 0.67 0 0.08 0.47 172.75 0.5 0.35
Hex 2D 88 7D 43 0 8 2F AD 32 23
Octal 55 210 175 103 0 10 57 255 62 43
Binary 101101 10001000 1111101 1000011 0 1000 101111 10101101 110010 100011

Color Harmonies of #2D887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D887D

Black with #2D887D

Text Example


Text Example

White with #2D887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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