Html Css Color HEX #1F726A Elm

📋 copy color: '#1F726A'

red 31 ◦ green 114 ◦ blue 106

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

Shades of Elm #1F726A

Tints of Elm #1F726A

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.8% from 255) = 42.23%

R = 12.35%
G = 45.42%
B = 42.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1F726A (or 0x1F726A) is known color: 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

RGB 31 114 106 -
CMYK 0.73 0 0.07 0.55
HSL 174.22º 0.57% 0.28% -
HSV(B) 174.22º 0.73% 0.45% -
XYZ 9.18 13.37 15.73 -
YUV 88.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 31 114 106 0.73 0 0.07 0.55 174.22 0.57 0.28
Hex 1F 72 6A 49 0 7 37 AE 39 1C
Octal 37 162 152 111 0 7 67 256 71 34
Binary 11111 1110010 1101010 1001001 0 111 110111 10101110 111001 11100

Color Harmonies of #1F726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F726A

Black with #1F726A

Text Example


Text Example

White with #1F726A

Text Example


Text Example

HTML Codes & Css Web 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>