Html Css Color HEX #2D7E75 Elm

📋 copy color: '#2D7E75'

red 45 ◦ green 126 ◦ blue 117

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

Shades of Elm #2D7E75

Tints of Elm #2D7E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.75%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 15.63%
G = 43.75%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#2D7E75 (or 0x2D7E75) is known color: Elm. HEX triplet: 2D, 7E and 75. RGB value is (45,126,117). Sum of RGB (Red+Green+Blue) = 45+126+117=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #2D7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7E75 is #D2818A. Grayscale: #646464. Windows color (decimal): -13795723 or 7700013. OLE color: 7700013.

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

Color convert

RGB 45 126 117 -
CMYK 0.64 0 0.07 0.51
HSL 173.33º 0.47% 0.34% -
HSV(B) 173.33º 0.64% 0.49% -
XYZ 11.75 16.76 19.45 -
YUV 100.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 45 126 117 0.64 0 0.07 0.51 173.33 0.47 0.34
Hex 2D 7E 75 40 0 7 33 AD 2F 22
Octal 55 176 165 100 0 7 63 255 57 42
Binary 101101 1111110 1110101 1000000 0 111 110011 10101101 101111 100010

Color Harmonies of #2D7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7E75

Black with #2D7E75

Text Example


Text Example

White with #2D7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,126,117); }

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

background-color css

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

 a { background-color: rgb(45,126,117); }

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

border-color css

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

 span { border-color: rgb(45,126,117); }

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