Html Css Color HEX #2D8477 Elm

📋 copy color: '#2D8477'

red 45 ◦ green 132 ◦ blue 119

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

Shades of Elm #2D8477

Tints of Elm #2D8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 15.2%
G = 44.59%
B = 40.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#2D8477 (or 0x2D8477) is known color: Elm. HEX triplet: 2D, 84 and 77. RGB value is (45,132,119). Sum of RGB (Red+Green+Blue) = 45+132+119=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8477 is #D27B88. Grayscale: #686868. Windows color (decimal): -13794185 or 7832621. OLE color: 7832621.

HSL color Cylindrical-coordinate representation of color #2D8477: hue angle of 171.03º 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 #2D8477 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 119 -
CMYK 0.66 0 0.10 0.48
HSL 171.03º 0.49% 0.35% -
HSV(B) 171.03º 0.66% 0.52% -
XYZ 12.66 18.39 20.34 -
YUV 104.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 45 132 119 0.66 0 0.10 0.48 171.03 0.49 0.35
Hex 2D 84 77 42 0 A 30 AB 31 23
Octal 55 204 167 102 0 12 60 253 61 43
Binary 101101 10000100 1110111 1000010 0 1010 110000 10101011 110001 100011

Color Harmonies of #2D8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8477

Black with #2D8477

Text Example


Text Example

White with #2D8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,132,119); }

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

background-color css

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

 a { background-color: rgb(45,132,119); }

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

border-color css

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

 span { border-color: rgb(45,132,119); }

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