#1A7272

Color #1A7272 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1A7272

Tints of Elm #1A7272

Color information

#1A7272 (or 0x1A7272) is unknown color: approx Elm. HEX triplet: 1A, 72 and 72. RGB value is (26,114,114). Sum of RGB (Red+Green+Blue) = 26+114+114=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #1A7272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7272 is #E58D8D. Grayscale: #575757. Windows color (decimal): -15043982 or 7500314. OLE color: 7500314.

HSL color Cylindrical-coordinate representation of color #1A7272: hue angle of 180º 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 #1A7272 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB26114114-
CMYK0.77000.55
HSL180º62.86%27.45%-
HSV(B)180º77.19%44.71%-
XYZ9.4813.4718.02-
YUV87.69142.8584-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=10.24%
G=44.88%
B=44.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261141140.77000.5518062.8627.45
Hex1A72724D0037b43f1b
Octal3216216211500672647733
Binary11010111001011100101001101001101111011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A7272;
 }
 .AnyTagClassName
 {
   color: #1A7272;
 }
</style>
background-color css

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

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

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

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

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

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