#1B7272

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

Shades of Elm #1B7272

Tints of Elm #1B7272

Color information

#1B7272 (or 0x1B7272) is unknown color: approx Elm. HEX triplet: 1B, 72 and 72. RGB value is (27,114,114). Sum of RGB (Red+Green+Blue) = 27+114+114=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #1B7272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7272 is #E48D8D. Grayscale: #575757. Windows color (decimal): -14978446 or 7500315. OLE color: 7500315.

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

Color convert

RGB27114114-
CMYK0.76000.55
HSL180º61.7%27.65%-
HSV(B)180º76.32%44.71%-
XYZ9.5113.4818.02-
YUV87.99142.6884.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=10.59%
G=44.71%
B=44.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271141140.76000.5518061.727.65
Hex1B72724C0037b43e1c
Octal3316216211400672647634
Binary11011111001011100101001100001101111011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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