Html Css Color HEX #1A7271 Elm

📋 copy color: '#1A7271'

red 26 ◦ green 114 ◦ blue 113

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

Shades of Elm #1A7271

Tints of Elm #1A7271

RGB

 RED value IS 26 (10.55% from 255) = 10.28%

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

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

R = 10.28%
G = 45.06%
B = 44.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#1A7271 (or 0x1A7271) is known color: Elm. HEX triplet: 1A, 72 and 71. RGB value is (26,114,113). Sum of RGB (Red+Green+Blue) = 26+114+113=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7271 is #E58D8E. Grayscale: #575757. Windows color (decimal): -15043983 or 7434778. OLE color: 7434778.

HSL color Cylindrical-coordinate representation of color #1A7271: hue angle of 179.32º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7271 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 114 113 -
CMYK 0.77 0 0.01 0.55
HSL 179.32º 0.63% 0.27% -
HSV(B) 179.32º 0.77% 0.45% -
XYZ 9.42 13.45 17.72 -
YUV 87.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 26 114 113 0.77 0 0.01 0.55 179.32 0.63 0.27
Hex 1A 72 71 4D 0 1 37 B3 3F 1B
Octal 32 162 161 115 0 1 67 263 77 33
Binary 11010 1110010 1110001 1001101 0 1 110111 10110011 111111 11011

Color Harmonies of #1A7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7271

Black with #1A7271

Text Example


Text Example

White with #1A7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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