Html Css Color HEX #2D887F Elm

📋 copy color: '#2D887F'

red 45 ◦ green 136 ◦ blue 127

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

Shades of Elm #2D887F

Tints of Elm #2D887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 14.61%
G = 44.16%
B = 41.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#2D887F (or 0x2D887F) is known color: Elm. HEX triplet: 2D, 88 and 7F. RGB value is (45,136,127). Sum of RGB (Red+Green+Blue) = 45+136+127=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #2D887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D887F is #D27780. Grayscale: #6B6B6B. Windows color (decimal): -13793153 or 8357933. OLE color: 8357933.

HSL color Cylindrical-coordinate representation of color #2D887F: hue angle of 174.07º 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 #2D887F is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 136 127 -
CMYK 0.67 0 0.07 0.47
HSL 174.07º 0.5% 0.35% -
HSV(B) 174.07º 0.67% 0.53% -
XYZ 13.72 19.7 23.16 -
YUV 107.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 45 136 127 0.67 0 0.07 0.47 174.07 0.5 0.35
Hex 2D 88 7F 43 0 7 2F AE 32 23
Octal 55 210 177 103 0 7 57 256 62 43
Binary 101101 10001000 1111111 1000011 0 111 101111 10101110 110010 100011

Color Harmonies of #2D887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D887F

Black with #2D887F

Text Example


Text Example

White with #2D887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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