Html Css Color HEX #2B7271 Elm

📋 copy color: '#2B7271'

red 43 ◦ green 114 ◦ blue 113

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

Shades of Elm #2B7271

Tints of Elm #2B7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

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

R = 15.93%
G = 42.22%
B = 41.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#2B7271 (or 0x2B7271) is known color: Elm. HEX triplet: 2B, 72 and 71. RGB value is (43,114,113). Sum of RGB (Red+Green+Blue) = 43+114+113=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7271 is #D48D8E. Grayscale: #5C5C5C. Windows color (decimal): -13929871 or 7434795. OLE color: 7434795.

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

Color convert

RGB 43 114 113 -
CMYK 0.62 0 0.01 0.55
HSL 179.15º 0.45% 0.31% -
HSV(B) 179.15º 0.62% 0.45% -
XYZ 9.99 13.74 17.75 -
YUV 92.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 43 114 113 0.62 0 0.01 0.55 179.15 0.45 0.31
Hex 2B 72 71 3E 0 1 37 B3 2D 1F
Octal 53 162 161 76 0 1 67 263 55 37
Binary 101011 1110010 1110001 111110 0 1 110111 10110011 101101 11111

Color Harmonies of #2B7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7271

Black with #2B7271

Text Example


Text Example

White with #2B7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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