Html Css Color HEX #2D7871 Elm

📋 copy color: '#2D7871'

red 45 ◦ green 120 ◦ blue 113

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

Shades of Elm #2D7871

Tints of Elm #2D7871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.17%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 16.19%
G = 43.17%
B = 40.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#2D7871 (or 0x2D7871) is known color: Elm. HEX triplet: 2D, 78 and 71. RGB value is (45,120,113). Sum of RGB (Red+Green+Blue) = 45+120+113=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #2D7871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7871 is #D2878E. Grayscale: #606060. Windows color (decimal): -13797263 or 7436333. OLE color: 7436333.

HSL color Cylindrical-coordinate representation of color #2D7871: hue angle of 174.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7871 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 120 113 -
CMYK 0.63 0 0.06 0.53
HSL 174.4º 0.45% 0.32% -
HSV(B) 174.4º 0.63% 0.47% -
XYZ 10.78 15.18 17.99 -
YUV 96.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 45 120 113 0.63 0 0.06 0.53 174.4 0.45 0.32
Hex 2D 78 71 3F 0 6 35 AE 2D 20
Octal 55 170 161 77 0 6 65 256 55 40
Binary 101101 1111000 1110001 111111 0 110 110101 10101110 101101 100000

Color Harmonies of #2D7871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7871

Black with #2D7871

Text Example


Text Example

White with #2D7871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,120,113); }

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

background-color css

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

 a { background-color: rgb(45,120,113); }

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

border-color css

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

 span { border-color: rgb(45,120,113); }

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