Html Css Color HEX #2A7271 Elm

📋 copy color: '#2A7271'

red 42 ◦ green 114 ◦ blue 113

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

Shades of Elm #2A7271

Tints of Elm #2A7271

RGB

 RED value IS 42 (16.8% from 255) = 15.61%

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

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

R = 15.61%
G = 42.38%
B = 42.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#2A7271 (or 0x2A7271) is known color: Elm. HEX triplet: 2A, 72 and 71. RGB value is (42,114,113). Sum of RGB (Red+Green+Blue) = 42+114+113=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7271 is #D58D8E. Grayscale: #5C5C5C. Windows color (decimal): -13995407 or 7434794. OLE color: 7434794.

HSL color Cylindrical-coordinate representation of color #2A7271: hue angle of 179.17º 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 #2A7271 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 113 -
CMYK 0.63 0 0.01 0.55
HSL 179.17º 0.46% 0.31% -
HSV(B) 179.17º 0.63% 0.45% -
XYZ 9.95 13.72 17.75 -
YUV 92.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 42 114 113 0.63 0 0.01 0.55 179.17 0.46 0.31
Hex 2A 72 71 3F 0 1 37 B3 2E 1F
Octal 52 162 161 77 0 1 67 263 56 37
Binary 101010 1110010 1110001 111111 0 1 110111 10110011 101110 11111

Color Harmonies of #2A7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7271

Black with #2A7271

Text Example


Text Example

White with #2A7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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