Html Css Color HEX #1F726F Elm

📋 copy color: '#1F726F'

red 31 ◦ green 114 ◦ blue 111

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

Shades of Elm #1F726F

Tints of Elm #1F726F

RGB

 RED value IS 31 (12.5% from 255) = 12.11%

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 12.11%
G = 44.53%
B = 43.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#1F726F (or 0x1F726F) is known color: Elm. HEX triplet: 1F, 72 and 6F. RGB value is (31,114,111). Sum of RGB (Red+Green+Blue) = 31+114+111=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #1F726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F726F is #E08D90. Grayscale: #585858. Windows color (decimal): -14716305 or 7303711. OLE color: 7303711.

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

Color convert

RGB 31 114 111 -
CMYK 0.73 0 0.03 0.55
HSL 177.83º 0.57% 0.28% -
HSV(B) 177.83º 0.73% 0.45% -
XYZ 9.45 13.47 17.14 -
YUV 88.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 31 114 111 0.73 0 0.03 0.55 177.83 0.57 0.28
Hex 1F 72 6F 49 0 3 37 B2 39 1C
Octal 37 162 157 111 0 3 67 262 71 34
Binary 11111 1110010 1101111 1001001 0 11 110111 10110010 111001 11100

Color Harmonies of #1F726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F726F

Black with #1F726F

Text Example


Text Example

White with #1F726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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