#1F726A

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

Shades of Elm #1F726A

Tints of Elm #1F726A

Color information

#1F726A (or 0x1F726A) is unknown color: approx Elm. HEX triplet: 1F, 72 and 6A. RGB value is (31,114,106). Sum of RGB (Red+Green+Blue) = 31+114+106=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #1F726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F726A is #E08D95. Grayscale: #585858. Windows color (decimal): -14716310 or 6976031. OLE color: 6976031.

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

Color convert

RGB31114106-
CMYK0.7300.070.55
HSL174.22º57.24%28.43%-
HSV(B)174.22º72.81%44.71%-
XYZ9.1813.3715.73-
YUV88.2713887.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=12.35%
G=45.42%
B=42.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311141060.7300.070.55174.2257.2428.43
Hex1F726A490737ae391c
Octal3716215211107672567134
Binary1111111100101101010100100101111101111010111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,114,106); }

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

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

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

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

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

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

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