Html Css Color HEX #2D857F Elm

📋 copy color: '#2D857F'

red 45 ◦ green 133 ◦ blue 127

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

Shades of Elm #2D857F

Tints of Elm #2D857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 14.75%
G = 43.61%
B = 41.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#2D857F (or 0x2D857F) is known color: Elm. HEX triplet: 2D, 85 and 7F. RGB value is (45,133,127). Sum of RGB (Red+Green+Blue) = 45+133+127=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #2D857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D857F is #D27A80. Grayscale: #696969. Windows color (decimal): -13793921 or 8357165. OLE color: 8357165.

HSL color Cylindrical-coordinate representation of color #2D857F: hue angle of 175.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D857F is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 127 -
CMYK 0.66 0 0.05 0.48
HSL 175.91º 0.49% 0.35% -
HSV(B) 175.91º 0.66% 0.52% -
XYZ 13.3 18.87 23.02 -
YUV 106 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 45 133 127 0.66 0 0.05 0.48 175.91 0.49 0.35
Hex 2D 85 7F 42 0 5 30 B0 31 23
Octal 55 205 177 102 0 5 60 260 61 43
Binary 101101 10000101 1111111 1000010 0 101 110000 10110000 110001 100011

Color Harmonies of #2D857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D857F

Black with #2D857F

Text Example


Text Example

White with #2D857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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