Html Css Color HEX #2B7471 Elm

📋 copy color: '#2B7471'

red 43 ◦ green 116 ◦ blue 113

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

Shades of Elm #2B7471

Tints of Elm #2B7471

RGB

 RED value IS 43 (17.19% from 255) = 15.81%

 GREEN value IS 116 (45.7% from 255) = 42.65%

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

R = 15.81%
G = 42.65%
B = 41.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#2B7471 (or 0x2B7471) is known color: Elm. HEX triplet: 2B, 74 and 71. RGB value is (43,116,113). Sum of RGB (Red+Green+Blue) = 43+116+113=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7471 is #D48B8E. Grayscale: #5D5D5D. Windows color (decimal): -13929359 or 7435307. OLE color: 7435307.

HSL color Cylindrical-coordinate representation of color #2B7471: hue angle of 177.53º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7471 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 113 -
CMYK 0.63 0 0.03 0.55
HSL 177.53º 0.46% 0.31% -
HSV(B) 177.53º 0.63% 0.45% -
XYZ 10.22 14.2 17.82 -
YUV 93.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 43 116 113 0.63 0 0.03 0.55 177.53 0.46 0.31
Hex 2B 74 71 3F 0 3 37 B2 2E 1F
Octal 53 164 161 77 0 3 67 262 56 37
Binary 101011 1110100 1110001 111111 0 11 110111 10110010 101110 11111

Color Harmonies of #2B7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7471

Black with #2B7471

Text Example


Text Example

White with #2B7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,113); }

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

background-color css

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

 a { background-color: rgb(43,116,113); }

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

border-color css

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

 span { border-color: rgb(43,116,113); }

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